Which is a named memory location assigned a value by the program?
variable
literal
identifier
None of the mentioned
7 practice sets · Page 1 of 1
Which is a named memory location assigned a value by the program?
variable
literal
identifier
None of the mentioned
Which of the following is called as 'Compilation unit'?
Object file
Byte code
Source file
All of the mentioned
Java Compiler translates the source code into?
Machine code
Assembly code
Byte code
JVM code
Which of the following is/are advantage of using object oriented programming?
Code Reusability
Can create more than one instance of a class without interference
Platform independent
All of the mentioned
Which of the following approach is followed by Object Oriented Language during the execution of a program?
Bottom up approach
Top down approach
Both a and b
None of the mentioned
Which of the following Paradigm is followed by Object Oriented Language Design?
Process-Oriented Model
Data Controlling access to code.
Both a and b
None of the mentioned
Which of the following approach help us understand better about Real time examples, say Vehicle or Employee of an Organisation?
Procedural approach
Object Oriented approach
Both a and b
None of the mentioned