What is data member in java?
No Answer is Posted For this Question
Be the First to Post Answer
1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 Answers Global Logic, Satyam,
What are the different types of inner classes?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Why string is immutable with example?
What are the ways to instantiate the class class?
What is audio clip interface? Name few methods of it ?
Difference between comparator and comparable in java?
How to access arraylist elements in java?
If set accepts only one argument then how can it compare two objects to avoid duplicates
What is difference between static and final?
What is a Null object?