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.
2166class 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 13860where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4893In a container there are 5 components. I want to display all the component names, how will you do that?
2190
Which is better singleton or static class?
What is appletviewer?
Explain java coding standards for interfaces?
Which eclipse is best for java?
What is java util collection?
Why does java does not support multiple inheritance? Explain
What is the difference between heap and stack memory?
What is hashmap in java?
Differentiate between array list and vector in java.
What does opcode mean?
What are inbuilt functions?
What are java threads?
Difference between nested and inner classes ?
which class is the wait() method defined in? : Java thread
Can we declare a class as abstract without having any abstract method?