Java : Programming Concept Questions & Answers
Question : Which of the following are not the methods of the Thread class?
A.
yield()
B.
sleep(long
msec)
C.
go()
D.
stop()
Correct Answer is : Option C.
- Division operator has ____ precedence over multiplication operator.
- What is the full form of JVM ?
- In Java code, the line that begins with /* and ends with */ is known as?
- Which of the following are not Java modifiers?
- Who is known as father of Java Programming Language?