Answer Posted / glibwaresoftsolutions
In Java, there are two kinds of packages.
Packages that are user-defined
Included bundles
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of garbage collection in java?
What is one third plus one third as a fraction?
What is meant by class loader? How many types are there? When will we use them?
What is java beans?
Is string is a class in java?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
Can you override private or static method in java?
What does pointer mean?
Why parsing is done?
What is ellipsis 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 is the role of garbage collector in java?
Can we convert list to set in java?
What is the base class in java from which all classes are derived?