Answer Posted / ravikiran
static
final
native
abstract
synchronized
strictfp
transient
volatile
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the parse method in java?
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).
Explain the importance of finally block in java?
What is overloading and overriding in java?
Explain working of call by reference function invoking.
How do you create a first line indent?
Does java initialize arrays to zero?
What is the integer of 16?
What is adapter in java?
What are the drawbacks of singleton class?
Does the order of public and static declaration matter in main method?
Why destructor is not used in java?
Is the milky way in a void?
What will be the output of round(3.7) and ceil(3.7)?
Define linked list and its features with signature?