Answer Posted / giridhar gangapatnam
Button b1=new Button("OK");
add(b1);
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does map works in java?
How to perform selection sort in java?
Write a method that will remove given character from the string?
What is an array in java?
What is the difference between compile-time polymorphism and runtime polymorphism?
'A class is a template for an object' explain this statement.
Why java does not support pointers?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What is null object in java?
What is final access modifier 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 java algorithm?
Which access specifier can be used with class ?
What does += mean in java?
What is class array in java?