Answer Posted / dipil t t
This is used for maintaining the data
silently. by without refreshing the whole web page we can
manage a part of that current page page.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How can we make a class singleton?
What is treeset in java collection?
Can we overload the constructors?
Can abstract class have private constructor?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Can we catch more than one exception in a single catch block?
Can you start a thread twice in Java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
Why main method is static in java?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
Can an interface implement another interface?
What about static nested classes in java?
How do you define a method?
Why do you canvas?