What the return type of program's main ( ) method
Void
String
Float
None of these
___________ has the same name as class names.
Member function
Variables
Constructors
Constants
___________ function of math class returns the square root of a value.
log
square
sine
sqrt
There are ___________ primitive types in Java.
2
4
6
8
Classes in same packages can create instance of a class if the access specifier is ____________ .
private
public
protected
none of these
Choose the result of (17%3)
5
3
17
Math functions expect datatype _______ as parameter.
Int
Double
Boolean