Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Interview
»
Technology
Which king class properly represents the relationship "King has a best friend who is a Soldier"?
class King extends Soldier { }
class King implements Soldier { }
class King { private BestFriend Soldier; }
class King { private Soldier bestFriend; }
Correct Answer:
class King { private Soldier bestFriend; }
← Previous Question
Next Question→
More Questions from
Technology
How many of the following will follow JavaBean Listener naming rules? addListener addMouseListener deleteMouseListener removeMouseListener registerMouseListener
Keeping the actoins and attributes together under a single unit is called
By whom will the unallocated memory that is no longer needed will be cleared in java?
What are the 3main tasks of JVM?
An algorithm written once which can be used in many places is called
Client code having direct access to internal data is called
There is one default constructor in every class.
Which of the following is not the other name of attriibute?
In a single virtual machine, the Java programming language passes arguments by
Which key word is to be used to tell the JVM to skip the variable while performing the serialization process of the object containing it?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments