0% found this document useful (0 votes)
2 views66 pages

Java Full Stack AVtraining-pages-2

The document outlines key concepts in Java programming, including keywords, operators, control statements, and data types. It covers object-oriented programming principles such as encapsulation, inheritance, polymorphism, and abstraction. Additionally, it lists tasks related to Java, such as demonstrating abstraction with classes and creating a simple calculator.

Uploaded by

gorakhnathbhoi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views66 pages

Java Full Stack AVtraining-pages-2

The document outlines key concepts in Java programming, including keywords, operators, control statements, and data types. It covers object-oriented programming principles such as encapsulation, inheritance, polymorphism, and abstraction. Additionally, it lists tasks related to Java, such as demonstrating abstraction with classes and creating a simple calculator.

Uploaded by

gorakhnathbhoi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 66

Java Keywords

• Java keywords are also known as reserved words.


Operators:
Control Statements:
Conditional Statement-

• If statement-
• Nested if else-
Switch Case:
Iteration Statement:

• For Loop:
• While Loop:
• Do While Loop:
Jump Statements

• Break:
Data Types in Java

• Continue:
Scanner class:
• OOPs (Object-Oriented Programming System) –
Object means a real-world entity such as a pen,
chair, table, computer, watch etc.
• Encapsulation -
• Inheritance:
SingleLevel:
Ploymorphism:
Method Overloading:
Method Overriding:
Abstraction :
Interface:
String in java
Array in java
Pattern Printing:
Tasks:

Q.Show abstraction using classes.


Q.Count Vowels present in a string
(SumagoInfotech).
Q.Create a simple calculator using java
Q.Solve the pattern
***
**
*

You might also like