Certification in JAVA
Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented,and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.
CORE JAVA Programming |
Course Duration : 2 Months |
Course Fees : Rs. 3000/- |
Java Fundamentals
Features of Java
OOPs concepts
Java virtual machine
Data types
variable
arrays
expressions
operators
control structures
Objects and classes
Java Classes
Abstract classes
Static classes
Inner classes
Packages
Wrapper classes
Interfaces
This
Super
Access control
Exception handling
Try catch finally
Java Collections
Generic
IO package
Input streams
Output streams
Object serialization
Deserialization
Multi threading
GUI
Swing components
Database Connectivity
JDBC architecture
SQL
Mini Project
ADV. JAVA Programming |
Course Duration : 2 Months |
Course Fees : Rs. 4000/- |
Servlets
What is a web application
Java Servlets
What is a Servlet
Servlet Lifecycle
Servlet Context
Session management
Building the first Servlet
Deploying the Servlet
Examples - Servlets
JSP
What is a JSP Page
Basic HTML Tags
JSP Tag library
JSP Page Life-cycle
Creating the first Dynamic web page using JSP