The class "Class" is belongs to which package??
a) java.lang b)java.lang.reflect c)java.util d)None
Answer Posted / krishna arikatla
java.lang
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is a flag and how does it work?
Can we create a constructor in abstract class?
Write a program to search a number in the given list of numbers.
How many days will it take to learn java?
How can you set an applet’s height and width as a percentage?
What is independent and dependent variables in research?
Is arraylist dynamic in java?
How do you add an element to an arraylist in java?
What does @param args mean in java?
Explain the concept of hashtables?
Name few java 8 annotations ?
Define max and min heap, also the search time of heap.
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 is the destroy method?
why are there separate wait and sleep methods? : Java thread