Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
1849class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
9 12471where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4489In a container there are 5 components. I want to display all the component names, how will you do that?
1887
What is the difference between static (class) method and instance method?
Is list thread safe in java?
What is externalizable?
What is the purpose of the system class in java programming?
What do you mean by exception handling in Java?
What is the longest unicode character?
What are peerless components in java programming?
What is oops in java?
What are the methods available in a class?
What is difference between null and void?
What is the argument in java?
What is double checked locking in singleton?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is the purpose of garbage collection in java? When is it used?
Does constructor be static?