CORE JAVA SYLLABUS Tcs
CORE JAVA SYLLABUS Tcs
CORE JAVA SYLLABUS Tcs
Looping statements: These statements allow a program to execute a block of code repeatedly until a
particular condition is met. The most commonly used looping statement in Java is the "while" loop,
which repeatedly executes a block of code as long as a particular condition is true.
Branching statements: These statements allow a program to transfer control to a different part of the
program. The most commonly used branching statement in Java is the "break" statement, which allows
a program to exit a loop or switch statement before the normal end of the block.
5 STATIC , NON-STATIC MEMBERS & EXECUTION CONTROL 3.25
5.1 Static Blocks
5.2 Static Methods
5.3 Static Variables
5.4 Static Members
5.5 Create Non Static Variables Blocks and Constructor
5.6 Static vs. Non Static Blocks
5.7 Create an object reference
9.1
Different ways to create a String
9.2 Strings and Wrapper Types
9.3 String Pooling
9.4 Immutable Values
9.5 Immutability in Action
9.6 String pooling in Action
9.7 String Comparision
9.8 Object Comparision
9.9 String Methods
10 StringBuffer and StringBuilder
OBJECTIVES: Understand the various collection classes and interfaces in Java.
Implement collections such as lists, sets, and maps.
Utilize generics to create type-safe and reusable code.
Learn about the Iterator and Iterable interfaces for efficient traversal.
Apply sorting and searching algorithms to collections.
10 ARRAYS 3
10.1 Using Arrays
10.2 For-Each Loop
10.3 Few more things about an array
10.4 Two Dimensional Array
SUB POST-TEST: 4 TOPICS (STRING HANDLING, ARRAYS)
DOUBTS CLEARING SESSION ON (STRING HANDLING, ARRAYS)
SUB PRETEST: 5 TOPICS (COLLECTION)
11 COLLECTIONS WITH GENERICS 25
11.1 List Interface
11.2 Set Interface
11.3 Queue Interface
11.4 Map Interface
OBJECTIVES: Understand the various collection classes and interfaces in Java.
Implement collections such as lists, sets, and maps.
Utilize generics to create type-safe and reusable code.
Learn about the Iterator and Iterable interfaces for efficient traversal.
Apply sorting and searching algorithms to collections.
SUB POST-TEST: 5 TOPICS (COLLECTIONS)
DOUBTS CLEARING SESSION ON (COLLECTION)
MASTER POST-TEST
TOTAL CONTENT DELIVERY & TRAINING HOURS 97.35
DEMO PROJECT WORK 10
PRE-TEST, POST-TEST & DOUBT CLEARING SESSIONS 12.65
TOTAL 120