WFS Daywise Toc CTS 2024
WFS Daywise Toc CTS 2024
Bootcamp Part I
Arrays ,Constructors,package
2
Inheritance, Polymorphism
3
Interfaces, Layered Architecture
4
5 Exception Handling, Introduction to IO
IO,File Handling,Multithreading
6
Multi Threading, Introduce Collection
7 Framework
# RESTRICTED
Sub Topic
Bootcamp Part I
OOP concepts,is-a,has-a relation ship Identifying different classes,attributes,functionality and relationship between the classes. Java
features javac, java command, JDK JRE and API introduction, Data types, Operators,if, switch loops,class, objects, Naming conventions
and good practices String methods, . Introduce eclipse
Setter and Getter methods,static variables and methods, Method over loading, Arrays, Multi dimension arrays.j, Object Arrays, passing
arrays, how objects and primitive values are passed to methods ,Constructors,packageJava 11 New method s in String
class(isBlank(),lines(), strinpLeading(),stripTrailing())
Inheritance, Calling constructors in same class and super class. Overriding, Run time polymorphism using overriding, Abstract class,
Abstract methods. Final keyword. Interfaces
Access specifiers, Interface as contract. Layered architecture Using Interface to refer the Objects and its uses. Package, Access specifiers,
final, Overriding equals, hashcode.
try, catch, throw, throws, finally, user defined exceptions, exception rethrowing between layers, try with resources.
Byte streams & char streams. FileInputStream,ObjectInputStream,File, Serialization, Java 11 New Files
Methods(readString(),writeString()) ,Multithreading basics
# RESTRICTED