Answer Posted / bhupendra vijay
Wrapper classes are those classes that allow primitive data
types as objects.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the 4 versions of java?
What is Java Shutdown Hook?
Can memory leak happen java?
What is an example of character?
What is string builder in java?
How do you clear a method in java?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What defines function?
What is the difference between abstract class and interface1? What is an interface?
Why does my function print none?
Which java version is latest?
what are the high-level thread states? : Java thread
Why Java doesn’t support multiple inheritance?
what is a thread pool in java and why is it used?
What does super keyword do?