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.
2108class 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 13476where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4778In a container there are 5 components. I want to display all the component names, how will you do that?
2135
What data type is true or false?
Can we create an object of private class?
Which class is the superclass of all classes?
What is an object class?
What is the difference between C++ and Java and your preferences?
What is procedure overloading?
What is the size of arraylist in java?
Can we have more than one package statement in the source file?
How to sort a collection of custom Objects in Java?
What is a singleton class? Give a practical example of its usage.
What is the basic difference between string and stringbuffer object?
How can we break singleton in java?
Explain 5 io best practices?
Can we override protected method in java?
Mention a package that is used for linked list class in java.