Can we override static methods?
Answer Posted / edward sudhaharchennai
Static methods can be hidden it cannot be overriden
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a condition in java?
What is finalize() function in java?
Why is static used?
what is meant wrapper classes?
Can we increase size of array?
What is the replace tool?
What is garbage collection? What is the process that is responsible for doing that in java?
What is the purpose of void class?
How do you create a null object?
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 collections api in java programming?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
Is a method a procedure?
What is the primitive type byte?
Difference between nested and inner classes ?