Answer Posted / harika
Thread is a block of code which is executed concurrently
independent of other threads with in a process.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Difference between string, stringbuffer and stringbuilder?
What are the 5 types of research methods?
What is the java virtual machine?
What is a boolean in java?
What is use of super keyword?
What are the characteristics of Final,Finally and Finalize keywords.
What is procedure overloading?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What access modifiers can be used for class ?
How to perform binary search in java?
When will you define a method as static in Java?
Do we need to manually write Copy Constructor?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
Write a code to show a static variable?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain