D.Tech Academic
Deep Singh
Pages
Core Java
Web App
Spring
Hibernate
Kotlin
Android
Python
Flutter
Spring Boot
What is output?
class A{
int i=10;
static void get(){
System.out.println(i);
}
public static void main(String[] h){
A.get();
}
}
output:
1.error in line 4
2.10
3.error in line 7
4.none
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment