javah stands for ?
javah stands for ?
		A. java dissasamebler
B. java header file 
C. java interpreter
D. java compiler
		A. java dissasamebler
B. java header file 
C. java interpreter
D. java compiler
		A. java.util package 
B. java.io package
C. java.lang package
D. java.awt package
		A. JNI 
B. FJI
C. NJI
D. JFI
		A. Declare the method with the keyword public.
B. Declare the method with the keyword private.
C. Do not declare the method with any accessibility modifiers. 
D. Declare the method with the keyword public and private.
		A. .class file 
B. .java file
C. .java html
D. .applet file
		A. A Boolean literal 
B. A Java keyword
C. Same as value 0
D. Same as value 1
		A. An object of B contains data fields j, k, m 
B. An object of B contains data fields k, m
C. An object of B contains data fields j, m
D. An object of B contains data fields i, j, k, m