
Java Programming
Java is a versatile, high-level, object-oriented programming language developed by Sun Microsystems (now owned by Oracle Corporation) in the mid-1990s. It is designed to be platform-independent, allowing developers to write code that can run on any device that supports Java. This is achieved through the Java Virtual Machine (JVM), which interprets Java bytecode into machine code for various platforms.
Course Content
- Indroduction
- Data Types
- variable
- Type Casting
- Operaters
- conditional Statments
- if statments
- nested if statments
- else if statments
- swtich
- Array 1d
- Array 2d
- pointer
- Function
- Package
- Recursion
- Oops
- Constructor
- Awt
- loops
- 1. For
- 2. Nested for
- 3. while
- 4. do while
- Jump
- Break
- Continue
- Goto
- Inheritance
- Super
- Polymorphism
- Encapsulation
- Abstraction
- Interface
- String function
- Try and catch
- Structure
- File handing