What are the two ways in which thread can be created?
No Answer is Posted For this Question
Be the First to Post Answer
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What are the ways in which a thread can enter the waiting state?
What are advantages of using Java?s layout managers than windowing systems?
What is the benefit of using enum to declare a constant?
Can we split string with in java?
In how many ways we can the thread? in java
How many bytes is a string?
What is java string pool?
How do generics work in java?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
what is anonymous class in java?
How to implement Singleton