Hot java is_______________?
		A. Web browser 
B. Java environment
C. System software
D. IDE
		A. Web browser 
B. Java environment
C. System software
D. IDE
		A. A Boolean literal 
B. A Java keyword
C. Same as value 0
D. Same as value 1
		A. Type-1 driver
B. Type-2 driver
C. Type-3 driver
D. Type-4 driver 
		A. Lang package 
B. util package
C. io package
D. All of above
		A. From within protected methods you do not have access to public methods.
B. This method is only accessible from inside the class itself and from inside all subclasses.
C. In a class, you cannot declare methods with a lower visibility than the visibility of the class in which it is defined.
D. This method is accessible from within the class itself and from within all classes defined in the same package as the class itself. 
		A. .class 
B. .doc
C. .java
D. .cdr
		A. 0
B. 1 
C. 2
D. 3