How many types of thread in java? give the name
Answer Posted / siradil143
five types
| Is This Answer Correct ? | 6 Yes | 30 No |
Post New Answer View All Answers
Why hashmap is used in java?
How do I convert a string to an int in java?
Is java hashset ordered?
Can a class be a super class and a sub-class at the same time? Give example.
What is the meaning of flag day?
how to split string in java?
What is the difference between an if statement and a switch statement?
Can constructor return value?
What are abstract methods in java?
Why does java not allow multiple public classes in a java file ?
What is jvm? How its run?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is a boolean flag in java?
Is java still necessary?
What happens when a thrown exception is not handled?