What does t in java mean?
No Answer is Posted For this Question
Be the First to Post Answer
What data type is a string?
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?
What does the string method compareto () do?
What is the exact difference in between Unicast and Multicast object?
What is void keyword?
What is the difference between an object-oriented programming language and object-based programming language?
What do you mean by mnemonics?
When is the finalize() called?
What is a percentage sign called?
State two differences between C and Java.
What is a parameter used for?
waht happens when a return type ,even void is specified for a constructor?