Below we have mentioned our course content for Web Designing Course (HTML + CSS + JS).
Introduction
• Why Java
• Java History
• Java Features
• Java programming format
• Java Statements
• Java Data Types
OOPS (Object Oriented Programming & Systems)
• Introduction
• Object
• Constructors
• This Key Word
• Inheritance
• Super Key Word
• Polymorphism (Over Loading & Over Riding)
• Abstraction
• Interface
• Encapsulation
• Introduction to all predefined packages
• User Defined Packages
• Access Specifiers
STRING Manipulation
• String
• String Functions
Array
• What is Array
• Single Dimensional Array
• Multi Dimensional Array
• Sorting of Arrays
Exception Handling
• Introduction
• Pre Defined Exceptions
• Try-Catch-Finally
• Throws, throw
• User Defined Exception examples
I/O Streams
• Introduction
• Byte-oriented streams
• Character – oriented streams
• File
Multithreading
• Introduction
• Thread Creations
• Thread Life Cycle
• Life Cycle Methods
• Synchronization
• Wait() notify() notify all() methods
Wrapper Classes
• Introduction
• Byte, Short, Integer, Long, Float, Double, Character
• Boolean classes
Inner Classes
• Introduction
• Member Inner Class
• Static Inner Class
• Local Inner Class
• Anonymous Inner Class
SWING (JFC)
• Introduction Diff B/W AWT and SWING
• Components hierarchy
• Panes
• Individual Swings components J Label
• JButton, JTextField, JTextAres
JDBC
• Introduction
• JDBC Architecture
• Statement
• Result Set
o Read Only Result Set
o Updatable Result Set
o Forward Only Result Set
o Scrollable Result Set
o Prepared Statement