Java Todo
Java Todo
1
- Queue and Deque with example
- List versus Set
- TreeSet with Book class example
- Linear Search, Binary Search and Hashing
- HashSet versus LinkedHashSet with Book example
- Dictionary versus Map
- Hashtable versus HashMap with Book class example
- TreeMap
Day 15.1
- Generic Method using java.lang.Object class as well as Generics
- Fragile base class Problem
- Interface versus Abstract class
- Abstract method versus Default method versus Static interface method
- Functional interface
- Comparable and Comparator interface implementation
- Cloneable implementation
Day 14.1
- AutoCloseable, Closeable and resource.
- Try with resource
- Custom Exception
- bug , exception and error in exception handling
- Exception chaining
- Rules of method overriding
- Final class and final method
- Abstract class and abstract method
- Sole constructor
- Factory design pattern
ToDo
Day 9.1
- static import
- import vs static import
- Array and its type
- Single dimensional array
- Array initialisation
- traversing using loop as well as java 8 stream api
- Arrays.toString method
TO DO
Day 8
- Instance counter
- singleton class
- Nested class
- inner class
- static nested class
Assignment: ask to implement basic linked list using nested class,AddFirst and
print method
TO DO
Day 7.1
- Final variable , field
- Final reference vs final instance
- Static field
- static field initializer, static initializer block
- static method
- Class Loader Sub System
- solve Assignment 5
- Assignment -6 -Login on moodle Interview question are uploaded.
To do Task
Day 6
- null literal and NullPointerException
- Difference between value type and reference type
- Getter and setter method demonstration
- Getting system date and time using Date Calendar LocalDate LocalTime and
LocalDateTime
- Date formatting using SimpleDateFormat
- Initialization versus Assignment
- init style method initialisation vs constructor
- Constructor types
- constructor chaining
- instance field initializer
- instance initializer block
To Do in today’s lab
Day 4.1
- classpath using -cp and -classpath
- Java language features
- Read Day 3 & Day 4 Pdf