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 13871where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4894In a container there are 5 components. I want to display all the component names, how will you do that?
2192
Why are functions called methods in java?
What do you mean by chromounits in java8?
What class allows you to read objects directly from a stream?
How can we run a java program without making any object?
What is java reflection?
Can a class be declared as static?
What is the use of conditional statement?
What is difference between wait and notify in java?
What are the supported platforms by java programming language?
What is the use of singleton?
Can java program run without jre?
What are the access modifiers available in java?
Why does java have two ways to create child threads?
What are the 4 versions of java?
Explain inner classes ?