0% found this document useful (0 votes)
17 views2 pages

WFS Daywise Toc CTS 2024

The document outlines a bootcamp curriculum covering Java programming, including language basics, OOP concepts, exception handling, multithreading, and SQL. It also includes advanced topics such as Java modular programming, Stream API, and Spring framework. The structure is divided into two parts, with a focus on practical applications and modern Java enhancements.

Uploaded by

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

WFS Daywise Toc CTS 2024

The document outlines a bootcamp curriculum covering Java programming, including language basics, OOP concepts, exception handling, multithreading, and SQL. It also includes advanced topics such as Java modular programming, Stream API, and Spring framework. The structure is divided into two parts, with a focus on practical applications and modern Java enhancements.

Uploaded by

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

Day Topic

Bootcamp Part I

Language Basics,Concepts of OOPs

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

Collection with Generics


8
9 SQL,JDBC
12 Java Web application, MVC Pattern
13 Java 9 and 11 Enhancements
WFS Specialization Part II
14 Java Modular programming
15 Java Stream API
16 Spring
17 Spring
18 spring

# 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

Threading basics, Runnable,synchronization. Collection framework,Interfaces Implementation classes, Collections, List

Set,SortedSet,Map,Iterator,ListIterator, Comparator,Comparable,equals,hashCode, Java 9 ImmutableCollection .Generics, Working with


Dates,SimpleDateFormat, Converting String to Date &Date to String.
SQL, queries, insert, update, delete, joins.JDBC Architecture, Prepared Statement,ResultSet , ResultSetMetaData,Transaction,
HTTP request, JSON, Concept of REST,Concept of MVC,
Functional programming,Lambda,Functional Interface, (Java 11 Local Variable syntax in Lamda Expressions - var)
WFS Specialization Part II
Java 9 Modular system,Method references, Stream API
Stream API,Automatic resource management. Spring Framework introduction
Dependency Injection. ApplicationContext, XML configuration. Autowire. Annotation based confituration
AOP. Spring jdbc. Spring MVC. Spring Boot,
Spring REST & microservices. Eureka server,

# RESTRICTED

You might also like