When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between throw and throws in java?
Can we instantiate Interfaces?
What is static and final keyword in java?
Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
2 Answers iGate, Seed Infotech,
What is the += operator called?
What is the protected method modifier?
Explain java coding standards for classes or java coding conventions for classes?
What is the size of string?
Which of the following can be referenced by a variable? A. The instance variables of a class only B. The methods of a class only C. The instance variables and methods of a class
How the elements are organized in GridBagLayout?
How to set the Heap size in Java ?