Exam 13: Java Programming: GUI, RMI, Polymorphism, and String Handling

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

A

Which of these packages contains abstract keyword?

Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
Verified

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:
Verified

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)

Which is built on the top of socket programming?

(Multiple Choice)
4.8/5
(41)

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)

Abbreviate the term DGC?

(Multiple Choice)
4.8/5
(31)

RMI has which of these protocols implementations?

(Multiple Choice)
4.9/5
(36)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)