-
Compiler Unit and Executable Unit
What is Compiler Unit and Executable Unit?
-
Collection SynchronisedList
What is SynchronisedList in Collection?
-
Inheritance
What are the different types of inheritance available in Java?
-
Volatile Variable
Why a shared variable in Java can be marked as volatile? Give Reason
-
Memory Allocation Methods
What are some Methods for allocating memory for an array?
-
Interface
How do we use interface to overcome multi-level inheritance?
-
Stacktrace
What is "stacktrace" in Java? How can we use this?
-
Dynamic Object Creation
Why do we dynamic creation of object in Java?
-
Encryption Technique
How to Encrypt and Decrypt a code using J2ME?
-
Conversion of WSDL to Java and Java to WSDL
How to convert WSDL to Java code and Java code to WSDL?
-
Sort an Integer Array
How to sort an integer array and remove duplicates without using java API
-
Method Binding
What is method binding?
-
Thread.Suspend and Thread.resume
Why Thread.Suspend and Thread.resume methods are deprecated?
-
Checked and Unchecked Exception
When should we use a checked exception and when should we use an unchecked exception?
-
Abstract Interface
What is mean by Abstract Interface?
-
Singleton Pattern
Is it possible to have another instance in the case we are applying Singleton pattern? If yes, how?
-
SingleTon Object
Why SingleTon object is not garbage colleted?
-
Default Constructor
Why default constructor is not provided by when paramaterised constructor is present?
-
Java Package Program
How to run package programs in Java?
-
Replacment of EventListeners
How will you handle the event in case if there is no Eventlisteners in Java.
Java Interview Questions
Ans