What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
5 11374What is emant by API? is it related to java only or it is common for all OOPS supporting language?
3 5743What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?
4 13042without using arthematic operation ,how can you write the logic for adding/substraction/multiplication?
7 13698How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u.
CSC,
10 28456
What is a java object and java application?
What is Classloader in Java?
why would you use a synchronized block vs. Synchronized method? : Java thread
Differentiate jar and war files?
What do you mean by append?
Is array serializable java?
Which collection is thread safe in java?
Is singleton set an interval?
design an lru cache in java?
What's the difference between comparison done by equals method and == operator?
What is difference between Heap and Stack Memory?
When is the finalize() called? What is the purpose of finalization?
What is an array in java?
What is the difference between a local variable and an instance variable?
How to instantiate member inner class?