int is primitive data type , I want to know what we call earch word in this program :-- | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

int is primitive data type , I want to know what we call earch word in this program :--

public class Test { public static void main (String [] args) { int x = 5; System.out.println(x); } } What is public ?( In class) What is public class ? What is public ? (In main method) What is static ? What is void ? What is main ? What is String ? What is args ? What is int ? What is x ? (With int) What is System ? What is out ? What is println ? What is (x)? {} -?

18th Dec 2017, 5:11 AM
Prashant Kumar
Prashant Kumar - avatar
1 Answer
+ 5
You can find all your answers here : https://www.sololearn.com/Course/Java/
18th Dec 2017, 5:31 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar