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.
1827class 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 12385where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4463In a container there are 5 components. I want to display all the component names, how will you do that?
1854
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Does isempty check for null?
What is the purpose of return statement?
What is the purpose of the strictfp keyword?
What is the difference between pass by reference and pass by pointer?
What is the purpose of a default constructor?
Can you declare the main method as final?
How to connect to a remote database using Applet?
What is the difference between procedural and object-oriented programs?
What are thread local variables?
What do you mean by buffering?
Difference between stack and queue?
How long will it take to learn java?
What does java ide mean?
Why do people says “java is robust”?