Answer Posted / rohit saini
Contructor is the special type of method which is used
initialize the data member the class
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a pattern what is an anti pattern?
What is generics in java interview questions?
What is member in java?
What is the this keyword?
What is the difference between heap and stack memory?
What is hash code collision?
Why we use set in java?
What is a lambda expression ? What's its use ?
How many ways can we create singleton class?
Why synchronization is important in java?
Why enumeration is faster than iterator?
how to deploy apache tomcat server to weblogic server in java
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Which package has light weight components in java programming?
What is vector?