What is the return type of the main method?
No Answer is Posted For this Question
Be the First to Post Answer
What is the format specifier?
What is vector?
can we add two numbers without using arthematic operators? if possible how?
What is java ceil?
What are the four integer types supported by java?
How Marker Interfaces are instruct to complete the desired need ?
What is an abstract class and abstract method?
when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service
Which is better arraylist or vector?
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
What is assembly condition codes?
Explain the difference between throw and throws in java?