How many types of thread in java? give the name
Answer Posted / nikita
In java Threads are two types 1) user thread 2) Daemon Thread
Is This Answer Correct ? | 31 Yes | 5 No |
Post New Answer View All Answers
Is treeset sorted in java?
Can we have return statement in finally clause? What will happen?
What is heterogeneous in java?
What data type is true or false?
What is java instanceof operator?
How a string is stored in memory?
What is == and === in javascript?
What is an interface in java? Explain
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is an interoperable application in java ?
How does arraylist size increase in java?
What are java methods?
Why unicode is important?
Can you access the private method from outside the class?
Can we extend singleton class?