What is emant by API?
is it related to java only or it is common for all OOPS
supporting language?
Answer Posted / varsha
applet
Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is wrapper class example?
Can you call a method in a method?
Explain hashset and its features?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What are "class access modifiers" in Java?
What is an object in java?
What is the relationship between clipping and repainting under awt?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is meant by anonymous class?
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is variable declaration and definition?
what is session in java?
Does collectionutils isempty check for null?
What is return used for in java?
What is the purpose of a volatile variable?