Can we override constructors in java?
Answer / Radha Rani Prajapati
No, constructors cannot be directly overridden in Java. However, you can create overloaded constructors (multiple constructors with different parameters) to initialize objects differently.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does escaping a character mean?
What is the use of StringTokenizer class?
JVM is platform independent or depeneded?
Is a boolean 1 bit?
what is the difference between a threads start() and run() methods? : Java thread
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 Thread priority?
4 Answers Tech Mahindra, Wipro,
Why can't we make jsp as a controller and action servlet in struts?
What will happen if we cannot mention "finally" in Java Program ???
How can we access some class in another class in java?
What is main in java?
what is run time polymorphism