Вы находитесь на странице: 1из 2

Like i was totally new in software field not only to java i was totally new to the programming language.

Following are some points for quickly get trained in java technology and start working on live projects:1. First of all trainee should learn theoretically basics of programming language that includes theoretical concepts, syntaxes used in programming, using if else statements, concept of loop statements and concepts of oop i,e inheritance, polymorphism, encapsulation. 2. Next step should be that trainee try to implement all those things that he learned theoretically by trying to write some small programs(factorial, series printing, series printing in different patterns) this will make his basic programming concepts and also an interest will be developed to learn more. 3. Then trainee should concentrate in learning and implementing core java concepts including inheritance, method overloading, method overriding, multithreading concepts, constructor, java beans etc. After doing this much in java trainee will become much familiar with core java and for learning this he can refer any book. Now trainee can move to Advanced java. 4. For starting in Advanced java first of all trainee should become familiar with advanced java basics that is jsp, servlets. For this he should go through some tutorials which can be easily find on internet. Also he should get some basic knowledge of HTML as without it designing is not possible, in basic knowledge of html knowledge of HTML Form and Table will be sufficient for a beginner. Websites like www.roseindia.in and www.w3schools.com can be followed for learning html and advanced java. 5. Then after it trainee should get basic knowledge of any web application server like Tomcat i,e how to start it, how to run any web application on it. As many examples of jsp and servlets are given in Tomcat web server trainee will become much more familiar with basic jsp/servlet concepts. 6. After getting basic knowledge of jsp, servlets and HTML trainee should make some small applications like (login application) the benefit of making such application is that trainee will be able to know how to create an html page, how to get values entered on a html page to a controller page, how to validate user, then forwarding user to the desired page Till now base of working on a live project is created.

7. Now its time to move to database connectivity for this should trainee should be aware of basic database concepts(creation, deletion, selection, updation) of table. There are few steps for creating a database connections which trainee should learn and try to make same login application using database connectivity. 8. Trainee should get basic knowledge of design patterns and how to follow MVC approach.

9. Now the trainee should make a demo project of resource management while making this project he will find many difficulties and will learn how to solve those difficulties. 10. Now trainee can be putted on a live project as he has all basic knowledge of a project and main thing is that in this process of leaning trainee is now efficient enough to learn and give productive output at the same time.

According to me this complete process will take 1.5 to 2 months for any individual.

Вам также может понравиться