PRO192_-_SP_2024_-_Block_5_-_RE_1965.webp
T

PRO192_-_SP_2024_-_Block_5_-_RE_1965.webp

(Choose 1 answer)
final class A
What will be the output of the following Java program?
{ int i;
}
class B extends A
{ int j;
System.out.println(j + " " + i);
}
class inheritance
{
public static void main(String args[])
}
{ } B obj = new B();
obj.display();
A. 00
B. Display nothing (empty)
C. Compiler error
D. Runtime Error

  • Like
Reactions: KOROKORO

Thông tin

Category
PRO192
Thêm bởi
thanhhoa88
Ngày thêm
Lượt xem
6,361
Lượt bình luận
26
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRO192_-_SP_2024_-_Block_5_-_RE_1965.webp
File size
177.7 KB
Dimensions
1920px x 1012px

Share this media

Back
Bên trên Bottom