Java is a _______________language?
A. moderate typed
B. strogly typed
C. weakly typed
D. none of these
A. moderate typed
B. strogly typed
C. weakly typed
D. none of these
A. 127
B. -127
C. 129
D. -129
A. just in time
B. java in time
C. join in time
D. none of above
A. Stack
B. Maps
C. Queue
D. Array
A. token
B. string
C. literal
D. operator
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. Can store multiple values
B. It is syntax
C. Both of above
D. None of above