PRO192_-_C1_-_FE_-_SU_2023_391.webp
H

PRO192_-_C1_-_FE_-_SU_2023_391.webp

What will happen when you attempt to compile and run the following code?
class Base{
public void Base(){
System.out.println("Base");}
} public class In extends Base{
public static void main(String argv[]){
In i=new In();
}
}
A. Compile time error Base is a keyword
B. Compilation and no output at runtime
C. Output of Base
D. Runtime error Base has no valid constructor
Exit (21

Thông tin

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

Image metadata

Filename
PRO192_-_C1_-_FE_-_SU_2023_391.webp
File size
62.1 KB
Dimensions
1713px x 893px

Share this media

Back
Bên trên Bottom