Differentiate between a class and an object.
No Answer is Posted For this Question
Be the First to Post Answer
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)?
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 ..
When do I need to use reflection feature in java?
Tell me how many ways are there to initialise an integer with a constant.
How would you format a date in java? I.e. In the ddmmyyy format?
What is thread?
There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?
Name few java util classes introduced with java 8 ?
What are triggers in DB? Explain their types. How do they work?
why use interface? if interface declear a method implement in class. why direct implement method in class
What is the internal implementation of set in java?
what is a thread pool in java and why is it used?