When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
No Answer is Posted For this Question
Be the First to Post Answer
What is memory leak and how does java handle it?
What is the final class?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is the file type?
What does escaping a character mean?
There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?
Is the empty set a singleton?
Are strings immutable in java?
What are JVM.JRE, J2EE, JNI?
How java uses the string and stringbuffer classes?
Why do we need singleton class?
What are the principle concepts of oops?