What is a pointer and does java support pointers?


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

Post New Answer

More Core Java Interview Questions

Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?

1 Answers   Rolta, TCS,


What are class types in java?

0 Answers  


What is the meaning of nullable?

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  


What is executor memory?

0 Answers  






java is puerly object oriented or not ?

5 Answers  


What is binary tree in java?

0 Answers  


Can we use this () and super () in a method?

0 Answers  


Explain the importance of finalize() method.

0 Answers  


Why stringbuilder is not thread safe in java?

0 Answers  


What is difference between fail-fast and fail-safe?

0 Answers  


How do you find the maximum number from an array without comparing and sorting?

0 Answers   BlackRock,


Categories