Search
.Management Sciences
A. Interface
B. Class
C. Variable
D. Method
Related Mcqs:
- Which class cannot be subclassed (or extended) in java ?
- A. Final class B. abstract class C. parent class D. None of above...
- Choose the correct statement public class Circle{ private double radius; public Circle(double radius){ radius = radius; } } ?
- A. The program has a compilation error because we cannot assign radius to radius. B. The program has a compilation error because it does not have a main method. C. The program does not compile because Circle does not have a default constructor. D. The program will compile, but we cannot create an object of … Choose the correct statement public class Circle{ private double radius; public Circle(double radius){ radius = radius; } } ?Read More...
- Which method of the Applet class displays the result of applet code on screen ?
- A. paint() method B. main() method C. run() method D. drawString() method...
- Size of float and double in Java is________________?
- A. 32 and 64 B. 64 and 64 C. 32 and 32 D. 64 and 32...
- Smallest individual unit in java program is known as____________________?
- A. token B. string C. literal D. operator...
Recent Comments