This is programming language. In this course, students will learn about core java. The content of the core java is given below. Students will get more programming practice. Also conducting class online.
| Core Java Course Content |
Chapter 1 | Introduction to Java |
| Introduction |
| Features of java |
| Introduction to OOPS Encapsulation Inheritance Polymorphism |
Chapter 2 | Fundamentals of JAVA programming |
| Data types Iteger Float Character Boolean |
| Variable Declaring variables Variable name Variable types Assigning Values |
| Literals Number Boolean Character String |
Chapter 3 | Expression |
| Operators Arithmetic operators Assignment operator Incrementing and decrementing Comparison operators Logical operators Bitwise operators Operator precedence |
| Programming Constructs IF condition Nested if Switch statement While loop For loop Do..while loop Break and continue
|
Chapter 4 | Classes
|
| Classes Attributes Instance variables Dot operator The new operator Class variables |
| Methods Defining methods Calling methods Class methods Passing argument to methods The this keyword Overloading methods |
| More about classes Access specifiers Public Package Protected Private |
| To determine the class of an object Object reference Java class library Importing class Command line arguments |
| Constructor and Finalizer Basic constructors Calling another constructor Finalizer Overloading constructors Inner classes |
Chapter 5 | Arrays and string |
| Arrays Declaring Array variables Creating array objects Accessing array elements Changing Array elements Multidimensional arrays Vecto Strings String constructors Hash table String arithmetic String methods String buffer String buffer methods Casting and converting Casting primitive types Casting objects
|
Chapter 6 | Inheritance
|
| Introduction of Inheritance Definition and advantages Java class hierarchy Advantages of inheritance Forms of inheritance Acces specifier Overriding Definition Usage of super Overriding constructors Dynamic method dispatch Final and abstract class Final Modifier Final variables Final classes Final Methods
|
Chapter 7 | Exceptions and packages |
| Basic of exception handling Definition of an exception Class hierarchy Default exception handling Try and catch Multiple catch statements Try, catch and finally Usage of throws Creation of user defined exceptions Package Definition CLASSPATH variable Creation of a package Access protection Importing packages |