Java Training for Standard Edition and Enterprise Edition and Its importance
The main objective of this course is also to make hands-on training experiences as equivalent to the industry professionals having 4-5 years of experiences in web applications using JAVA technologies.
This is Course is Planned in such a way that maximum possible topic from Java SE like Collection,Networking,RMI, Applet,AWT,SWING and From Java EE like Struts framework,Spring framework,Hibernate can be covered with practical Implementation.
All students will be provided with Study Materials & Assignments for the thorough knowledge on each topic. All students will also be provided with interview cracking Tips for more than 200 questions.
Struts: Struts is a free, open-source, MVC framework for creating elegant, modern Java web applications. It favors convention over configuration, is extensible using a plugin architecture, and ships with plugins to support REST, AJAX and JSON.
Hibernate ORM (Hibernate in short) is an object-relational mapping framework for the Java language. It provides a framework for mapping an object-oriented domain model to a relational database. Hibernate solves object-relational impedance mismatch problems by replacing direct, persistent database accesses with high-level object handling functions.
The Spring Framework is an application framework and inversion of control container for the Java platform. The framework’s core features can be used by any Java application, but there are extensions for building web applications on top of the Java EE platform.
ACLM conducts various training for professionals / students from Vaishali, Indirapuram, Kaushambi, Ghaziabad, Sahibabad, Vasundhara including Delhi NCR region.
Arithmetic,Bitwise,Relational,Assignment,Conditional,Operator precedenceData Types,variable and keywords
Loop Structure and Control Statement
If else,while,do while, for,switch, Uses of break and continue
Classes and Constructor
Fundamental of class,creating object,Assigning object reference variable,Default contructor,parametrized constructor
Overloading
Contructor overloading,Method overloding,Method overriding,Static binding,uses of this and super keywords
Inheritance and Overriding
Introduction to Inheritence,Different type of Inheritence,Java support for multiple inheritance,Diamond Ambiguity Problem,dynamic/late binding
Packages and Interfaces
Introduction to package,Access specifiers, Defining interfaces,Implementation of interfaces
Misc Type of classes
Inner Classes/Nested Classes,Abstarct Classes
String Handling
Immutable String,String Comparison,String Concatenation,Different methods of string, String Buffer,String Builder
Exception Handling
Catched and uncatched Exception,try catch blok structure,Difference between throw and throws,Difference between final,finally and finalize
Mutithreading
Introduction,life Cycle of thread,implementation of thread either implementation of runnable interface or extending thread class,priorities of thread,
thread synchronization,different thread methods,User Thread ,Daemon Thread