Thursday, August 30, 2018

Few Java Questions/Topics:

Java Super Object and its methods.
Difference between == and equals method, and their implementation.
What is hash?
What is thread, multi-threading, memory leak and how to prevent, load balancing, database indexing what it is?. Its significance, Connection pool, Virtualization.

HashMap, HashTable, HashSet, Map, Set,List, ArrayList, Arrays
Manipulate Strings,
Difference between List and ArrayList.
Stack, Queue, Heap, LinkedList, Priority

Data structure, algorithm.
OOP(abstraction, encapsulation, polymorphism, inheritance)

3 comments:

SOLID-Design-Principles

SOLID-Design-Principles The SOLID principles are fundamental to designing effective, maintainable, object-oriented systems. Whether you...