► Package
► Private
► Protected
► Public
Category: Computer
► public
► Private
► Default
► Protected
Static methods only access ___
► instance variable
► instance method
► static variables and methods Click here For Detail
► both static and instance members
► Run time binding, compile time binding
► Late binding, compile time binding
► Compile time binding, run time binding
► Run time binding, late time binding
►any class
►any class within the same package Click here For Detail
►any class within the same file
►any subclass of this class
►Machine code
►native Code
►Byte Code (Page 16)
►Source Code
►The program does not compile
►The program compiles but does not run Click here for Detail rep
►The program compiles and runs properly
►The program throws an exception on compile time
A final class can’t be extended.
► True Click here For Detail
► False
► True Click here For Detail
► False
JavaBeans are?
► A special Java class file
► Servlets
► Applets
► A Special form of JSP (Page 367)
► None of Give