0% found this document useful (0 votes)
58 views3 pages

Top 100 Core Java Interview Questions

The document lists the top 100 important interview questions for freshers focusing on core Java concepts. It covers a wide range of topics including OOP principles, exception handling, collections, threading, and memory management. Each question aims to prepare candidates for technical interviews by addressing essential Java knowledge and practices.

Uploaded by

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

Top 100 Core Java Interview Questions

The document lists the top 100 important interview questions for freshers focusing on core Java concepts. It covers a wide range of topics including OOP principles, exception handling, collections, threading, and memory management. Each question aims to prepare candidates for technical interviews by addressing essential Java knowledge and practices.

Uploaded by

adsurerahul96
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

#top_100_important_fresher_experience_core_java_interview_questions​

As it's a vast topic it's not possible to share everything, i am sharing all the most
important questions.


[Link] concept.​
[Link] time polymorphism, and runtime polymorphism, difference between them?​
[Link] overriding all the rules(must and must).​
[Link] method dispatcher?​
[Link] keywords and functionality?​
[Link] main method is static and public?​
[Link] we override and load of main method?​
[Link] we need exception handling?​
[Link] exception handling rules?​
[Link] time exception and runtime exception?​
[Link] to create custom exception?​
[Link] is the internal working of exception handler?​
[Link],catch,finally rules?​
[Link] between throw and throws?​
[Link] between final,finally,finalize?​
[Link] is checked exception and unchecked exception?​
[Link] is auto-boxing and un-boxing?​
[Link] is wrapper class?​
[Link] is object cloning?​
[Link] is interface?​
[Link] is abstract class?​
[Link] between interface and abstract clas??​
[Link] is default method in interface?​
[Link] interface is 100% abstraction?​
[Link] is marker and tagged interface?​
[Link] is List?vector?and ArrayList?​
[Link] between Arraylist and vector in terms of memory?​
[Link] between Iterator and listIterator?​
[Link] vs LinkedList?​
[Link] is hashSet?​
[Link] Internal workings?​
[Link] between HasSet and LinkedHashSet?​
[Link] is tree Set? how it works?​
[Link] vs comparable?​
[Link] between compareTo and compare and equals method?​
[Link] working of HashMap?​
[Link] between HashMap and HashTable?​
[Link] is Identity and Weak HashMap?​
[Link] is HashTable how it works?​
[Link] is thread?​
[Link] to create a thread?​
[Link] cycle of a thread?​
[Link] is the purpose of Thread Scheduler?​
[Link] between start() and run()?​
[Link] is the best way to create a thread?​
[Link] between runnable and callable?​
[Link] is thread priority? default thread priority?​
[Link] is Yield(),Join(), and sleep()?​
[Link] interrupt works in thread?​
[Link] is synchronization?​
[Link] Object Locking works in java? ​
[Link] between synchronization method and block?which one is better?​
[Link] is race condition?​
[Link] is inter thread communication?​
[Link] is wait(),notify(),notifyAll()?​
[Link] is green thread and daemon thread?​
[Link] is inner class? when we should use it?​
[Link] is Anonymous inner class?​
[Link] is volatile? when we should use it?​
[Link] String is immutable?​
[Link] is the difference between String buffer and String builder?​
[Link] is design patterns?​
63. what is singleton,Factory,Observer design pattern?​
[Link] is thread group?​
[Link] is reentrant locking?​
[Link] is thread pool and executor framework?​
[Link] is callable interface? hoe to store the return result of callable?​
[Link] is thread local?​
[Link] is lambda expression? why we need lambads?​
[Link] lambda works?​
[Link] is functional Interface?​
72. what is consumer and predicates?​
[Link] is java concurrent API?​
[Link] is concurrent HashMap? how is works?​
[Link] is bucket level locking?​
[Link] is copyOnWrite arrayList?​
[Link] between HasMap and concurrent HasMap?​
[Link] to achieve synchronization without using the keyword?​
[Link] is FailFast and FailSafe iterator?​
[Link] is the difference between equals() and == method?​
[Link] is shutDown hook in java?​
[Link] architecture?​
82. How memory Management works in java?​
[Link] to create a immutable class with date or mutable objects?​
[Link] is garbage collection in java?​
[Link] between stack and heap memory in java?​
[Link] is deep cloning in java?​
[Link] is method referrence?​
[Link] is stream ?​
[Link] vs flatmap in stream api?​
[Link] is early and lazy initialization?​
[Link] is parallel stream? how iot works?​
[Link] is covariant return type?​
[Link] we can execute any code even before main method?​
[Link] of all access modifier?​
[Link] is priority queue?​
[Link] is the difference between submit() and save() in executor framework?​
[Link] is serialization?​
[Link] is reflection in java?​
[Link] is Enumaration?​
[Link] wait and notify called from synchronized method in Java?​
[Link] is try with resources?


!!!Happy Learning :)!!!!​

Regards,​

Kk:)

You might also like