Home
About Us
Contact Us
Privacy Policy
Search
Home
→
Java concepts and its programming
→
Size of int in Java is_________________?
Related MCQs
Which method executes only once ?
What is the output for the below code ? public class Test{public static void main(String[] args){int i = 010; int j = 07;System.out.println(i); System.out.println(j); } } ?
Suppose a class has public visibility. In this class we define a protected method. Which of the following statements is correct ?
How many transaction isolation levels are defined in java.sql.Connection interface ?
JIT meaning ?
Runnable is__________?
The object is created with “new” keyword ?
Which method of java is invoked by JVM to reclaim the inaccessible memory location ?
After the compilation of the java source code, which file is created by the JVM ?
Which collection class associates values witch keys, and orders the keys according to their natural order ?
Name the keyword that makes a variable belong to a class, rather than being defined for each instance of the class?
Which driver is efficient and always preferable for using JDBC applications__________?
Main method parameter has which type of data type__________?
Which command disassembles a class file__________?
What do you mean by javap?
Which is the predefined package ?
Which of the following automatic type conversion will be possible ?
Object which can store group of other objects is called__________?
In which we clone the object and their constituent parts__________?
What is jdb__________?
Java intermediate code is known as__________?
Inheritance means ?
Which statement is static and synchronized in JDBC API ?
Which class cannot be subclassed (or extended) in java ?
Java is a __________language?
Size of int in Java is_________________?
A. 8 bit
B. 16 bit
C. 32 bit
D. 64 bit
Correct Answer:
32 bit
✔
Last Updated:
April 18, 2019