Croma Campus - Core Java Training Curriculum
Croma Campus - Core Java Training Curriculum
STRUCTURE
Course Objectives:
You will learn Java programming through practical sessions.
New to coding? No worries. This course covers coding from scratch.
Get an in-depth understanding of Core Java concepts
Learn Object Oriented Programming (OOPS) Concepts in detail.
Learn Data Structures, Regular Expressions, Exception Handling in Java
Learn working with File System in Java, database connections, web services, and more.
Get Instructor Guidance and Query Resolution Support
Course Description:
Java Programming language is one of the most used and most popular languages in the world of
IT development. Given its properties of platform independence, object-oriented approach,
reusable code and dynamic classes – Java has emerged to be the most preferred language for
programmers.
The cherry on the cake is that it is quite easy to learn and implement, thus making it highly
favourable in the programming community. Its popularity also stems from the fact that it was
built keeping Security in mind, and thus enables programmers to write code with fewer bugs, in
lesser time.
Our Java programming courses cover the length and breadth of this platform-independent and
object-oriented language that one can learn and implement easily for programming purposes. As
the language enables faster coding with fewer bugs, it is the favourite of programmers. Our
training course offers the expertise of Java to all who want to use it for coding on different
devices.
Course Content:
Module 1: Java Programming Basics
Introduction to Java
Bytecode
Class Files
Compilation Process
JDK 10 Installation
Eclipse IDE Installation
Writing First Java Program
Primitive Data Types in Java
Arithmetic Operators in Java
Logical and Bitwise Operators
Relational Operators in Java
If - Condition
Nested If - Condition
For Loop in Java
Nested “For” Loop
'While' & 'Do While' Loop in Java
Loop 'Break' & 'Continue' Statements
What’s new in Java 10
'var' Keyword
Concept of Garbage Collector (GC)
Java 10 Update in GC
Other Updates in Java 10