McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
_________ is used to initialize objects....
Q.
_________ is used to initialize objects.
A.
Methods
B.
arguments
C.
constructors
D.
new keyword
Answer» C. constructors
2.7k
0
Do you find this helpful?
18
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
__________ is used for initialize the value to the String object.
A special type of method that is used to initialize an object is called________.
Which of this access specifies can be used for a class so that its objects can be created by a different class in another package?
To compare the contents of two objects ______ method is used.
When two or more objects are added as listeners for the same event, which listener is first invoked to handle the event?
State true or false (i) Java RMI supports distributed objects written entirely in java (ii) Java RMI makes use of stubs and skeleton (iii) In Java RMI an object registers itself with a media server (iv) IDL is interface declaration language
In RMI applications which program obtains a remote reference to one or more remote objects on a server and then invokes methods on them?
Which concept of Java is a way of converting real world objects in terms of class?
_________ Operators are overloaded for string objects?
The ________ connects classes and objects.