What is the r character?


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

Post New Answer

More Core Java Interview Questions

Which types of exceptions are caught at compile time?

0 Answers  


What is the purpose of static methods and static variables?

0 Answers  


What is the size of a string in java?

0 Answers  


Can we override data members in java?

0 Answers  


Can try statements be nested?

3 Answers   Wipro,






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  


what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?

2 Answers   Satyam,


What is nested interface?

0 Answers  


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

0 Answers  


What access modifiers can be used for methods?

0 Answers  


What is a file pointer?

0 Answers  


what are the purposes of native, transiant key words?

2 Answers  


Categories