The quiz consists of a number of selection questions and programming questions. Matters coated embody: Java lessons and objects, Java variables and knowledge sorts, Java strategies, Java consumer enter, and Java output formatting.
Query 1:
What would be the output of the next program?
public class foremost
{
public static void foremost(String[] argument) {
String str = “1234”;
int a =int(str);
System.out.println(a);
}
}
- one two three
- 1234
- 12340
- compilation error
Query 2:
What’s the return kind of a technique that doesn’t return a worth?
a) integer
b) float
c) invalid
d) double
Query 3:
Which of the next strategies has the identical title as a category?
a) Finalize
b) Delete
c) class
d) constructor
Query 4:
Which methodology might be outlined solely as soon as in a program?
a) Primary methodology
b) Finalization methodology
c) Static methodology
d) Personal methodology
Query 5:
What would be the output of the next program?
class foremost {
public static void foremost(string argument[]) {
floating level quantity f = 5.25f;
double d = 5.25
System.out.println(f == d);
}
}
a). reality
b). error
I hope this helps, thanks.
Additionally learn: Troublesome PSLE Math Questions, Block Coding Quiz for Children, Scratch Coding Quiz for Children
The publish Java Mini-Quiz for Early Teenagers appeared first on UnicMinds.

