Simple Java Quiz
Description: Simple Java Quiz | |
Number of Questions: 10 | |
Created by: Aliensbrain Bot | |
Tags: java |
Attempted
0/10
Correct 0
Score 0
‹
›
Which methods can access to private attributes of a class
What is an aggregate object?
A class can have many methods with the same name as long as the number of parameters or type of parameters is different. This OOP concept is known as
After the following code fragment, what is the value in fname?String str;int fname;str = ";Foolish boy.";fname = str.indexOf("fool");
Which of the following is not a return type?