What is the purpose of the System class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What are the data types supported by java? What is autoboxing and unboxing?

0 Answers  


class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....

4 Answers   Quinnox,


Are strings immutable in java?

0 Answers  


primitive data types in Java ?

3 Answers  


Explain implementation and how is it different from conversion?

0 Answers   Aricent,






What is protected access modifier?

0 Answers  


What is the purpose of the File class?

3 Answers  


What is blank final variable?

0 Answers  


Are true and false keywords?

0 Answers  


What is difference between overloading and overriding in java?

0 Answers  


Explain your academic project?

2 Answers   Accenture, Levonsys, SDF, TCS, Tech Mahindra,


why use interface? if interface declear a method implement in class. why direct implement method in class

1 Answers   HCL,


Categories