what will be the output of the following DEN (java programming)
Answers
Answered by
0
Answer:
Predict the output of following Java Programs.
Program 1
// filename Main.java
class Test {
protected int x, y;
}
class Main {
public static void main(String args[]) {
Test t = new Test();
System.out.println(t.x + " " + t.y);
}
}
Output
0 0
Answered by
0
Answer:
sorry idk the answer u can search it on google
Similar questions
Social Sciences,
3 months ago
Computer Science,
3 months ago
Math,
7 months ago
Biology,
10 months ago
Science,
10 months ago