Answer Posted / ravikiran
java.lang
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is a static class in java?
Difference between keyword and identifier.
Write a program to print fibonacci series
What are packages in java?
What is variable in java?
What is difference between null and void?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Can list contain null in java?
Can It is possible to synchronize the constructor of a Java Class?
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?
Explain restrictions for using anonymous inner classes?
Explain about assignment statement?
Can we store variables in local blocks?
Does .length start 0 java?