Multiple Choice
Which of the following is TRUE?
A) In java, an instance field declared public generates a compilation error.
B) int is the name of a class available in the package java.lang
C) Instance variable names may only contain letters and digits.
D) A class has always a constructor (possibly automatically supplied by the java compiler) .
Correct Answer:

Verified
Correct Answer:
Verified
Q1: What is different between a Java applet
Q2: Which of these keywords is not a
Q3: When method defined in subclass which has
Q5: Consider the following program:<br>Import myLibrary.*;<br>Public class ShowSomeClass<br>{<br>//
Q6: Under what circumstances might you use the
Q7: Consider<br>Public class MyClass<br>{<br>Public MyClass(){/*code*/<br>}<br>// more code...<br>}<br>To instantiate
Q8: You read the following statement in a
Q9: In Java Inheritance<br>A)all fields of a class
Q10: When does Exceptions in Java arises in
Q11: Java language has support for which of