FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

Java Basic Mcq Questions and Answers

13. Java is a general purpose object oriented programming language developed by
 
  • A. Microsystems of U.S.A.
  • B. I.B.M.
  • C. Patrick Naughton
  • D. None of these
Answer: A.
Microsystems of U.S.A.
 
14. Which one of the following web browsers uses just-in-time (JIT) complier?
 
  • A. Netscape navigator
  • B. Internet Explorer
  • C. Hot JAVA
  • D. None of these
Answer: B.
Internet Explorer
 
 
15. The java visibility modifier is
 
  • A. Public
  • B. Private
  • C. Protected
  • D. All of these
Answer: A.
Public
 
16. In an object oriented programming
 
  • A. Class create objects
  • B. Objects create classes
  • C. Classes use methods to communicate between them
  • D. None of these
Answer: A.
Class create objects