Answer Posted / kalva raju
thread is a small program
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the 3 types of control structures?
What are the pillars of java?
What is package protected in java?
What is valid keyword in java?
What is thread life cycle in java?
how to create daemon thread in java?
What do you mean by composition in java?
What is remote method invocation (rmi)?
What is the use of arrays tostring () in java?
What is the difference between JDK and JVM?
What are the 5 types of research methods?
How to sort a collection of custom Objects in Java?
Why java strings are immutable in nature?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain