What are the Main functions of Java?



What are the Main functions of Java?..

Answer / Aniruddha Kumar Singh

Some main functions in Java include:
1. main(): It is the entry point for any Java application.
2. System.out.println(): It's used to print output on the console.
3. Scanner: It's used for taking user input.
4. Math: It contains various mathematical constants and functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How use .contains in java?

1 Answers  


What is the use of parseint in java?

1 Answers  


What are heap memory and stack memory and what are memory tables.

1 Answers   Aspiring Minds,


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

1 Answers   HCL,


What does the three dot emoji mean?

1 Answers  


What is a function argument in java?

1 Answers  


What are access modifiers?

1 Answers   Infosys,


What is skeleton and stub?

1 Answers  


what is meant by abstract class?

1 Answers   Aspire,


What is number data type in java?

1 Answers  


What is finalize()?

1 Answers  


What type of variable is error flag?

1 Answers  


Categories