Home
Video Series
Fast Math Tricks
Quantitative Aptitude
Class 8 Maths Videos
Class 9 Maths Videos
Class 10 Maths Videos
Reasoning Videos
Blog
Store
Register /Login
Home
Topic
Question
Size of int in Java is
Options:
A
.
 32 bit
B
.
 16 bit
C
.
 64 bit
D
.
 Depends on execution environment
Answer: Option A
Submit Your Solution Below and Earn Points !
0 Likes
Next Question
Report Problem
Share
Submit Solution
Your email address will not be published.
Required fields are marked
*
More Questions on This Topic :
Question 1.
The smallest integer type is ......... and its size is ......... bits.....
Question 2.
In Java byte, short, int and long all of these are....
Question 3.
How many primitive data types are there in Java?....
Question 4.
Size of float and double in Java is....
Question 5.
Determine output:public class Test { static void test(float x){ System.out.print("float"); } static void test(double x){....x){ System.out.print("double"); } public static void main(String[] args){ test(99.9); }}
Question 6.
Which of the following automatic type conversion will be possible?....
Question 7.
Determine output:class A{ public static void main(String args[]){ int x; x = 10; if(x == 10){ int y = 20; System.out.pri....y: " + x + " " + y); }}
Question 8.
Automatic type conversion in Java takes place when....
Question 9.
What is the output of the following program?public class Test{static int x = 10 ; public static void main(String[] a){ T....+= 1 ; System.out.println( test.x + test1.x ) ; }}
Question 10.
What will be output of the following program code?public class Test{public static void main(String[] a){short x = 10;x =....static void main(String[] a){short x = 10;x = x*5;System.out.print(x);} }
Latest Videos
Chapter 1 - GLOBAL STEEL SCENARIO & INDIAN STEEL INDUSTRY
Part 1 : (13-04-2024)
INDUSTRY AND COMPANY AWARENESS (ICA)
Direction Sense Test
Part 1
Reasoning (Hindi)
Chapter 1 - RMHP / OHP / OB & BP
Part 1 : (14-02-2024)
GPOE
Cube & Cuboid
Part 1
Reasoning (Hindi)
Data Interpretation (DI)
Basic Concept
Reasoning (Hindi)
Counting Figures Part 1
Counting Of Straight Lines
Reasoning (Hindi)
Sail E0 free webinar
Webinars
Real Numbers
Part 7
Class 10 Maths
Real Numbers
Part 1
Class 10 Maths
Polynomials
Part 1
Class 10 Maths
Latest Test Papers
Chapter 3.1 : Overview of Finance & Accounts Department
Chapter 3 : Finance & Accounts
SAIL E0 - GFM 2024
Chapter 2.1 : Overview
Chapter 2 : Materials Management
SAIL E0 - GFM 2024
Chapter 1.1 : Personnel Functions- An overview
Chapter 1 : Personnel Management
SAIL E0 - GFM 2024
GPOE / GPA Combined 1
Free CBT Mock Test
SAIL E0 2024
CBT Mixed Test 1
GPOE/GPA
SAIL E0 2024
One click Login
Login With Google
Old way of Login
Login With Email
Submit Problem
Problem Type (Required)
Choose Problem Type
Incorrect Topic
Incomplete Question
Wrong Question
Wrong Solution
Wrong Option
Explaination : Please write a little about the issue
Submit Solution