GLOBAL INSTITUTE OF TECHNOLOGY
Department of CSE
An
INDUSTRIAL TRAINING
On
JAVA Basics
Submitted to:
Mr. Pradeep Jha
Head of Dept.
CSE/IT/AI&DS
Presented By:
Divya Kulvardhan
Roll no.:22EGJCS067
Semester: 3rd
Year:2nd
Session: 2023-24
1
CONTENT
• Feature of java
• Datatypes
• Classes and objects
• Operators in java
• Conditional statement
• Loops in java
• Where is java used?
2
Features of java
• Java is Object Oriented
• Java is Platform Independent
• Java is Interpreted and Compiled
• Java is Secure
• Java is Portable
3
DATATYPES
4
Java Class and Objects
5
Operators:
Java operators are symbols that are used to perform
operations on variables and manipulate the values of the
operands.
6
Type of Conditional Statements In Java
.
• if statement.
-> if the condition present in the IF bracket is true
, the condition will execute
• if-else statement.
-> if the condition present in the IF bracket is true
, the condition will execute,otherwise else
bracket will execute
• if-else-if statement.
-> It is used to execute a various no of conditions
at a time , for example :- grading system
7
8
Loops in Java-
Loops in Java is a feature used to execute a particular part of
the program repeatedly if a given condition evaluates to be
true.
Types of loops:
9
10
11
12
Where java is used ?
• Game development
• Cloud computing
• Big data technologies
• Artificial intelligence
• Applications of mobiles
• Web applications
13
CONCLUSION
During the Java summer training, participants
acquired essential programming skills, delving
into core Java concepts, object-oriented
programming, and practical application
development. The training fostered a solid
understanding of Java, empowering
participants to confidently tackle real-world
coding challenges. Overall, it was a valuable
and enriching learning experience.
14
REFERENCES
•www.google.com
•Kunal kushwaha
•Coderbroo
•Geeksforgeeks
•Apnacollege
15
-
16

DKitsppt.pptx

  • 1.
    GLOBAL INSTITUTE OFTECHNOLOGY Department of CSE An INDUSTRIAL TRAINING On JAVA Basics Submitted to: Mr. Pradeep Jha Head of Dept. CSE/IT/AI&DS Presented By: Divya Kulvardhan Roll no.:22EGJCS067 Semester: 3rd Year:2nd Session: 2023-24 1
  • 2.
    CONTENT • Feature ofjava • Datatypes • Classes and objects • Operators in java • Conditional statement • Loops in java • Where is java used? 2
  • 3.
    Features of java •Java is Object Oriented • Java is Platform Independent • Java is Interpreted and Compiled • Java is Secure • Java is Portable 3
  • 4.
  • 5.
    Java Class andObjects 5
  • 6.
    Operators: Java operators aresymbols that are used to perform operations on variables and manipulate the values of the operands. 6
  • 7.
    Type of ConditionalStatements In Java . • if statement. -> if the condition present in the IF bracket is true , the condition will execute • if-else statement. -> if the condition present in the IF bracket is true , the condition will execute,otherwise else bracket will execute • if-else-if statement. -> It is used to execute a various no of conditions at a time , for example :- grading system 7
  • 8.
  • 9.
    Loops in Java- Loopsin Java is a feature used to execute a particular part of the program repeatedly if a given condition evaluates to be true. Types of loops: 9
  • 10.
  • 11.
  • 12.
  • 13.
    Where java isused ? • Game development • Cloud computing • Big data technologies • Artificial intelligence • Applications of mobiles • Web applications 13
  • 14.
    CONCLUSION During the Javasummer training, participants acquired essential programming skills, delving into core Java concepts, object-oriented programming, and practical application development. The training fostered a solid understanding of Java, empowering participants to confidently tackle real-world coding challenges. Overall, it was a valuable and enriching learning experience. 14
  • 15.
  • 16.