Is java written in c?


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

Post New Answer

More Core Java Interview Questions

What does the ‘static’ keyword mean? Is it possible to override private or static method in java?

0 Answers  


what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


If there is no implementation of MARKER INTERFACE in java. Then how compiler come to know about specification.

2 Answers  


different between exception and error? explaim check and uncheck exception

4 Answers  


Can we create more than one object singleton class?

0 Answers  






What is meant by overloading?

0 Answers  


Explain inheritance in java?

0 Answers  


Explain implementation and how is it different from conversion?

0 Answers   Aricent,


What is meant by distributed application? Why are we using that in our application?

0 Answers  


Difference between Encapsulation and Abstraction

4 Answers   Fidelity,


What is interface and its use?

8 Answers   HCL,


Where to store local variables?

0 Answers   Aspiring Minds,


Categories