Answer Posted / rashmi
java language and java util both are built in package.the java util package define a number of useful classes and that are use for working with groups of object.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we use String with switch case?
Can java arraylist hold different types?
What are pass by reference and pass by value?
What is object data type?
What do you mean by jjs in java8?
Why super is first line in java?
Can we call virtual funciton in a constructor ?
What is the difference between Java and C++?
Which arithmetic operations can result in the throwing of an arithmeticexception?
Explain the difference between protected and default access.
Can you pass functions in java?
What are the differences between string and stringbuffer?
Why we go for collections in java?
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.
Why do I need to declare the type of a variable in java?