,Topics that are going to be covered…
Java Introduction, Structure of Java Application, JVM
Java Buzz Words, Data Types
Class, Objects, Naming Conventions
Control Statements, Scanner Class
Access Modifiers, Type Casting
Strings, Wrapper Classes
Introduction to OOPs
‘Constructor’, ‘Super’ & ‘This’ Key words, Garbage Collection
‘Method Over Loading’ & ‘Method Over Riding’
‘Static’ & ‘Final’ Key Words, ‘Abstract Classes’ & ‘Interfaces’
‘Arrays’, ‘Threads’, ‘Packages’, ‘Exceptions’, ‘Collections’
Working With Files, Applets, AWT, Swings, Networking
, Java History
Computer language innovation and development occurs for
two fundamental reasons:
1) to adapt to changing environments and uses
2) to implement improvements in the art of programming
The development of Java was driven by both in equal
measures.
Many Java features are inherited from the earlier languages:
B → C → C++ → Java