Is an array a vector?


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

Post New Answer

More Core Java Interview Questions

Can you start a thread twice in Java?

0 Answers  


Why do we use return statement?

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 are the advantages of java inner classes?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


Explain treeset?

0 Answers  


What is fail fast in java?

0 Answers  


Why can't we make jsp as a controller and action servlet in struts?

8 Answers   TCS, Wipro,


what is singlton class?where it is use in real time senario.

1 Answers   Wipro,


Do I need java for windows 10?

0 Answers  


What is a Java switch statement, and how can it be used?

2 Answers  


What does opcode mean?

0 Answers  


Categories