What is methods in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is data object example?
What is a super method?
What do you understand by the bean persistent property?
Is age a discrete variable?
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
Can we assign null to double in java?
What is the concept of multithreading?
What is bytecode verifier?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
What is OOPS Concept?
What is an argument java?
what is nested class in java?