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.
2125class 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 13532where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4801In a container there are 5 components. I want to display all the component names, how will you do that?
2143
What is stack explain?
Can a source file contain more than one class declaration?
How to display all the prime numbers between 1 and 100
What are the types of casting?
Can we write any code after throw statement?
How we can generate random numbers in java?
I want to print “hello” even before main is executed. How will you acheive that?
What is printwriter in java?
What is final modifier?
Is null function in java?
Why use string handling in Java?
What do you mean by an object in java?
Explain Basics of OOP Language in java
is it possible to instantiate the math class?
What is string value?