hoe can u call a constructor of a private classs to other
inherited claa??
Answer / ditendra
class can't be private if it is not a inner class .
we can call constructor of inherited class from private
inner class using super()method.
| Is This Answer Correct ? | 18 Yes | 0 No |
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
Can a class be private in java?
What is Distributed Application and what is its usage?
what is dynamic method dispatch ?
27 Answers Fidelity, MUET, SDSF,
How will you compute size of a structure?
Are strings immutable in java?
Why java is free from garbage values??
Can you run the product development on all operating systems ?
what is meant by UP& DOWN casting in java?
What is the difference between jfc & wfc?
we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2
What is the best way to findout the time/memory consuming process?