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 13853where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4892In a container there are 5 components. I want to display all the component names, how will you do that?
2190
What is the difference between method and means?
Is double bigger than float?
Why hashcode is used in java?
Difference between collection, collection and collections in java?
What is the method to expand and collapse nodes in a jtree?
What is implicit object in java?
What is default constructors?
What is string example?
What is the purpose of the strictfp keyword?
Can arraylist hold different types java?
Why do we use return statement?
What is a protected class in java?
How many types of methods are there?
What is boolean law?
Does a class inherit the constructors of its superclass in java programming?