Answer Posted / ravikiran(aptech mumbai)
MAX_PRIORITY
NORM_PRIORITY
MIN_PRIORITY
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What is regex in java?
What is a functional interface?
What is static data type in java?
how to handle exceptions in ejb?
What are the types of collections in java?
Can a final variable be null?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is the method in java?
How many ways can we create the string object?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
What is void in java?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
Discuss different types of errors that generally occur while programming.
What is heterogeneous in java?