Answer Posted / karthika
By using object creation,we can execute main method.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is the difference between this() and super() in java?
What is predicate in java?
How do you sort objects in java?
What is class and object in java?
Can inner class be public in java?
How to change the priority of thread or how to set priority of thread?
What are advantages of using Java?s layout managers than windowing systems?
What is used of static keyword in java?
What is widening and narrowing in java? Discuss with an example.
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is boolean in java?
Discuss 2D arrays.
Which package has light weight components?
What is a literal coding?
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?