How do you create a null object?
No Answer is Posted For this Question
Be the First to Post Answer
What does percent mean in java?
What is the driver class?
Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.
Need 2+ yrs experienced java techinical question papaer for company Iflex
Is it possible to do method overloading and overriding at a time
What is the use of static class?
What is a line break?
What is collection api?
Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..
What is the difference between class & object?
What is array in java?
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?