What is the GregorianCalendar class?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
gregoriancalendar class will provide us the system date and
time threw it's methods
| Is This Answer Correct ? | 0 Yes | 1 No |
If two threads call a static method at the same point of time, what will happen?
What is array length?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
0 Answers Akamai Technologies,
What are untrusted applets?
Explain creating threads by extending thread class ?
What do you mean by static variable?
How garbage collection is done in java?
What is api in java?
What are annotations in java?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
What is ‘has a’’ relationship in java?
Features of Java?