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

Program which executes applet is known as________________?

September 1, 2021April 18, 2019 by QuizMaster
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 QuizMaster
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 QuizMaster
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 QuizMaster
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 QuizMaster
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 QuizMaster
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 QuizMaster
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

Which method is used to perform DML statements in JDBC ?

September 1, 2021April 18, 2019 by QuizMaster
Which method is used to perform DML statements in JDBC ?

A. executeUpdate()
B. executeQuery()
C. execute()
D. None of above

Categories Java concepts and its programming

pow () is associated with which class ?

September 1, 2021April 18, 2019 by QuizMaster
pow () is associated with which class ?

A. Input stream class
B. Object class
C. Math class
D. None of above

Categories Java concepts and its programming

_________ allows java code to run in the JVM to call and be called by native applications ?

September 1, 2021April 18, 2019 by QuizMaster
_________ allows java code to run in the JVM to call and be called by native applications ?

A. JNI
B. FJI
C. NJI
D. JFI

Categories Java concepts and its programming
Older posts
Newer posts
← Previous Page1 … Page7,609 Page7,610 Page7,611 … Page11,180 Next →
© 2026 AnsweringExams.Com • Built with GeneratePress