What are different types of constants?
No Answer is Posted For this Question
Be the First to Post Answer
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is object in java?
How do constructors use this() and super()?
How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)
3 Answers ProdEx Technologies,
What will happens if you opened Internet Explorer 4 times?
What is Marker interface in java? and what is clone?
What is a ?
how many design pattern r there? and wht design pattern u use and why ?
What is ternary operator? Give an example.
What is constructor and virtual function? Can we call a virtual function in a constructor?
Can we sort hashmap in java?
Are constructors methods?