What is a class in java?


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

Post New Answer

More Core Java Interview Questions

What is command line argument

0 Answers   TCS,


What is the escape character in java?

0 Answers  


what is the difference between a threads start() and run() methods? : Java thread

0 Answers  


What modifiers are used with an inner class which is a member of an outerclass?

1 Answers  


Which language is java?

0 Answers  






How does java pattern compile work?

0 Answers  


What is meant by attribute?

0 Answers  


In which language java is written?

0 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


how a marker interface gets its functionality and when we implements a marker interface how it got invoked

3 Answers   Mind Tree,


Define Compiling?

3 Answers  


5 Coding best practices you learned in java?

0 Answers  


Categories