Exam 13: Java Programming: GUI, RMI, Polymorphism, and String Handling
Exam 1: Java Programming Language25 Questions
Exam 2: Java Object-Oriented Programming24 Questions
Exam 3: Java Programming: Data Types, Inheritance, Interfaces, Packages, and Exception Handling25 Questions
Exam 4: Java Exception Handling and Inputoutput Operations25 Questions
Exam 5: Java Inputoutput and Event Handling24 Questions
Exam 6: AWT Components and Layout Management in Java23 Questions
Exam 7: Java Programming Concepts20 Questions
Exam 8: Java Thread Class, Exception Handling, and Garbage Collection16 Questions
Exam 9: Java Multithreading and Exception Handling25 Questions
Exam 10: Java Programming Language: Inheritance, Interfaces, Packages, and Methods18 Questions
Exam 11: Java Programming : JDBC API, Layout Managers, and Event Handling25 Questions
Exam 12: Java RMI and Swing Framework25 Questions
Exam 13: Java Programming: GUI, RMI, Polymorphism, and String Handling25 Questions
Exam 14: Java Programming:methods, Data Types, Operators, and Classes25 Questions
Exam 15: Java Programming : Event Handling, Exception Handling15 Questions
Select questions type
The following specifies the advantages of It is lightweight. It supports pluggable look and feel. It follows MVC (Model View Controller) architecture.
Free
(Multiple Choice)
4.8/5
(45)
Correct Answer:
A
Which of these packages contains abstract keyword?
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
A
Which concept of Java is a way of converting real world objects in terms of class?
Free
(Multiple Choice)
4.9/5
(45)
Correct Answer:
C
In a RMI Client Program, what are the exceptions which might have to handled?
(Multiple Choice)
4.9/5
(32)
In RMI program the following two steps are used to, Either extend the UnicastRemoteObject class, the exportObject() method of the UnicastRemoteObject class,
(Multiple Choice)
4.7/5
(39)
Which of these class is used to create an object whose character sequence is mutable?
(Multiple Choice)
4.8/5
(35)
Which of these package is used for all the text related modifications?
(Multiple Choice)
4.8/5
(44)
These two ways are used to create a Frame By creating the object of Frame class (association) By extending Frame class (inheritance)
(Multiple Choice)
4.7/5
(35)
Which method of the Naming class (found in java.rmi) is used to update the RMI registry on the server machine?
(Multiple Choice)
4.8/5
(33)
Which is a one-way communication only between the client and the server and it is not a reliable and there is no confirmation regarding reaching the message to the destination?
(Multiple Choice)
4.8/5
(40)
How can we identify whether a compilation unit is class or interface from a .class file?
(Multiple Choice)
4.8/5
(39)
Which component is responsible to optimize bytecode to machine code?
(Multiple Choice)
4.9/5
(48)
Which is the container that doesn't contain title bar and MenuBars. It can have other components like button, textfield etc?
(Multiple Choice)
4.9/5
(36)
The ActionListener interface is used for handling action events,For example,it's used by a
(Multiple Choice)
4.7/5
(39)
In RMI program the following example shows the,
Import java.rmi.*;
Public interface Adder extends Remote
{
Public int add(int x,int y)throws RemoteException;
}
(Multiple Choice)
4.9/5
(35)
In RMI applications which program obtains a remote reference to one or more remote objects on a server and then invokes methods on them?
(Multiple Choice)
4.9/5
(41)
In RMI which layer defines and supports the invocation semantics of the RMI connection, this layer maintains the session during the method call?
(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)