What is meant by polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What is a deadlock ?
What is the alternate of 'Inheritance' ?
Write a program for recursive Traverse?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Differentiate between stringbuffer and stringbuilder in java.
Can a method be static?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
what is difference between colection and collections?
25 Answers Amdocs, IBM, Infosys, Ipog Software, Polaris, Tech Mahindra,
Why java is a platform independent? Explain
What is protected in java?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
How do you reverse a string in java?