Skip to content
AnsweringExams.Com
  • Home
  • Contact Us / Report Error
  • Disclaimer

Java concepts and its programming

Methods that have same name, but different Parameter list and different definition known as_________________?

September 1, 2021April 18, 2019 by admin
Methods that have same name, but different Parameter list and different definition known as_________________?

A. Overriding
B. Overloading
C. Constructor
D. none of these

Categories Java concepts and its programming

How many keywords are available in java ?

September 1, 2021April 18, 2019 by admin
How many keywords are available in java ?

A. 24
B. 48
C. 96
D. 192

Categories Java concepts and its programming

How many primitive data types are there in Java ?

September 1, 2021April 18, 2019 by admin
How many primitive data types are there in Java ?

A. 5
B. 6
C. 7
D. 8

Categories Java concepts and its programming

Program which executes applet is known as________________?

September 1, 2021April 18, 2019 by admin
Program which executes applet is known as________________?

A. JVM
B. virtual machine
C. applet engine
D. None of above

Categories Java concepts and its programming

What will be output of following program? public class Test{public static void main(String[] args){byte b=127; b++; b++; System.out.println(b); } } ?

September 1, 2021April 18, 2019 by admin
What will be output of following program? public class Test{public static void main(String[] args){byte b=127; b++; b++; System.out.println(b); } } ?

A. 127
B. -127
C. 129
D. -129

Categories Java concepts and its programming

Size of float and double in Java is________________?

September 1, 2021April 18, 2019 by admin
Size of float and double in Java is________________?

A. 32 and 64
B. 64 and 64
C. 32 and 32
D. 64 and 32

Categories Java concepts and its programming

All collection classes are available in _________________?

September 1, 2021April 18, 2019 by admin
All collection classes are available in _________________?

A. java.util package
B. java.io package
C. java.lang package
D. java.awt package

Categories Java concepts and its programming

Automatic type conversion in Java takes place when________________?

September 1, 2021April 18, 2019 by admin
Automatic type conversion in Java takes place when________________?

A. Two type are compatible and size of destination type is equal of source type.
B. Two type are compatible and size of destination type is larger than source type.
C. Two type are compatible and size of destination type is shorter than source type.
D. All of the above

Categories Java concepts and its programming

Interfaces helps in which type of inheritance ?

September 1, 2021April 18, 2019 by admin
Interfaces helps in which type of inheritance ?

A. Multiple inheritance
B. Multilevel inheritance
C. Hierarchical inheritance
D. None of above

Categories Java concepts and its programming

A package is a collection of__________________?

September 1, 2021April 18, 2019 by admin
A package is a collection of__________________?

A. Classes and Interfaces
B. Classes
C. Editing tools
D. Editing tools and Interfaces

Categories Java concepts and its programming
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page8 Next →
© 2025 AnsweringExams.Com • Built with GeneratePress