You are on page 1of 2

J2SE Syllabus

Introduction to JAVA
What is Java?,History of Java,Features of Java,Hello Java Program,Program
Internal,How to set path?,JDK, JRE and JVM,Internal Details of JVM,Variable and Data
Type, Operators
Java OOPs Concepts
Advantage of OOPs, Object and Class,Method Overloading,Constructor,static
keyword,this keyword,Inheritance(IS-A)Method Overriding,super keyword,final
keyword,Runtime Polymorphism ,Abstract class,Interface,Abstract vs
Interface,Package,Access Modifiers,Encapsulation, Overloading vs Overriding.
Java String
What is String,Immutable String,String Comparison,String
Concatenation,Substring,Methods of String class,StringBuffer class,StringBuilder
class,String vs StringBuffer,StringBuffer vs Builder,Creating Immutable class,toString
method,StringTokenizer class
Java String Methods
String charAt() ,String compareTo() ,String concat() ,String contains() ,String
endsWith() ,String equals() ,String format() ,String getBytes() ,String indexOf() ,String
intern() ,String isEmpty() ,String join() ,String lastIndexOf() ,String length() ,String
replace() ,String replaceAll() ,String split() ,String startsWith() ,String substring()
,String toCharArray() ,String toLowerCase() ,String toUpperCase() ,String trim()
Exception Handling
What is Exception,try and catch block,Multiple catch block,Nested try,finally
block,throw keyword,Exception Propagation,throws keyword,Throw vs Throws,Final
vs Finally vs Finalize,Custom Exception
Java Inner Class
What is inner class,Member Inner class,Anonymous Inner class,Local Inner
class,static nested class,Nested Interface
Java Multithreading
What is Multithreading,Life Cycle of a Thread,Creating ,Sleeping a thread,Start a
thread ,twiceCalling run() , Daemon Thread
Synchronization
Swing
Java I/O
Applet
Serialization
Collection
Java AWT
JDBC
Event Handling

J2EE Syllabus
Servlet
What is Servlet,Servlet Terminology,Servlet API,Servlet
Interface,GenericServlet,HttpServlet,Servlet Life Cycle,Servlet Example,How servlet
works?
Servlet with IDE:servlet in Eclipse,servlet in Netbeans
ServletRequest
Servlet Collaboration
RequestDispacher,sendRedirect
ServletConfig,ServletContext
Session Tracking
Session Techniques,1) Cookies in ServletCookies: Login & Logout,2) Hidden Form
Field,3) URL Rewriting,4) HttpSessionSession: Login & Logout
Servlet Filter
What is Filter,Authentication Filter,FilterConfig,Useful examples
JSP
JSP Introduction: Life cycle of JSP,JSP API,JSP in Eclipse
JSP scripting elements:JSP scriptlet tag,JSP expression tag,JSP declaration tag
9 Implicit Objects
JSP Request , JSP Response , JSP Config , JSP Application , JSP Session , JSP
PageContext , JSP Page , JSP Exception
JSP Exception
Action Elements: JSP:forward, JSP:include
MVC in JSP
Development in JSP
Registration Form,Login Form,Uploading File,Downloading File

You might also like