McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Object is a _______ entity.
Q.
Object is a _______ entity.
A.
normal.
B.
physical.
C.
logical.
D.
normal.
Answer» B. physical.
2.1k
0
Do you find this helpful?
17
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
How do you create a Reader object from an InputStream object?
Suppose that you want to have an object eh handle the TextEvent of TextArea object t. How should you add eh as the event handler for?
__________ provides the naming services for the server to register the object and for the client to locate the object.
How do you create a Reader object from an InputStream object?
When an instance of a class, or object, is specified as a parameter to a method, ______ to the said object is passed to the method.
Class is a ______ entity.
What is stored in the object obj in following lines of code? box obj;
Which of the following is a valid declaration of an object of class Box?
Which operator is used by Java run time implementations to free the memory of an object when it is no longer needed?
Which of these is used to access member of class before object of that class is created?