41. |
Which of the following is a type of polymorphism in Java?
|
||||||||
Answer:
Option (a) |
42. |
Which concept of Java is a way of converting real world objects in terms of class?
|
||||||||
Answer:
Option (c) |
43. |
Which concept of Java is achieved by combining methods and attribute into a class?
|
||||||||
Answer:
Option (a) |
44. |
Which component is used to compile, debug and execute java program?
|
||||||||
Answer:
Option (b) |
45. |
Which component is responsible for converting bytecode into machine specific code?
|
||||||||
Answer:
Option (a) |
46. |
Which component is responsible to run java program?
|
||||||||
Answer:
Option (d) |
47. |
Which component is responsible to optimize bytecode to machine code?
|
||||||||
Answer:
Option (c) |
48. |
Which statement is true about java?
|
||||||||
Answer:
Option (a) |
49. |
Which of the below is invalid identifier with the main method?
|
||||||||
Answer:
Option (c) |
50. |
What is the extension of java code files?
|
||||||||
Answer:
Option (b) |