This quiz titled 'Object Oriented Programming (CS504D)' assesses key concepts in Java OOP, including syntax, access modifiers, and design principles. It is designed to test understanding of fundamental Java programming elements, suitable for learners aiming to enhance their software development skills.
Utility
Applet
Input-output
Language
Rate this question:
Left shift
Right shift with zero fill
Right shift
Left shift with zero fill
Rate this question:
Public
Protected
Default
Private
Rate this question:
Modules
Encapsulation
Class
Abstraction
Rate this question:
Int [] mylist={“1”,”2”,”3”};
Int [] mylist=(1,2,3);
Int mylist[][]={4,9,7,0};
Int mylist[]={4,6,9};
Rate this question:
Method
Array
Reference
Native
Rate this question:
Javac
Javah
Javap
Jdb
Rate this question:
20 bits
64 bits
32 bits
16 bits
Rate this question:
C++
ALGOL
Java
Ruby
Rate this question:
Static function of the class
Non-static function of the class
Cannot be used
None of the above
Rate this question:
Structure programming language
Object-oriented language
Procedural language
Object based language
Rate this question:
Ruby
Delphi
Java Script
Simula
Rate this question:
Class
Through inheritance
Functions
None of the above
Rate this question:
Test()
Test(void)
Public Test()
Public Test(void)
Rate this question:
Java is Platform-independent
Java is both compiled and interpreted
A single line of code cannot go outside from the class
None of the above
Rate this question:
Hello world
Compilation error
Run time error
Hello world with a warning message
Rate this question:
Top-down design
Bottom-up design
Both of these
None of these
Rate this question:
If(a==1)
If(a=0)
If(a=1)
If(1==a)
Rate this question:
-1
1
0
Any value
Rate this question:
Quiz Review Timeline (Updated): Mar 17, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.