Does constructor creates the object ?
No Answer is Posted For this Question
Be the First to Post Answer
Define canvas?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
Can a class extends itself in java?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
What does i ++ mean in Java?
what is use of marker interface? give me good example?
How is Garbage collection done in Java?
What is quick sort in java?
What is hashtable and explain features of hashtable?
Can long be null in java?
Can we declare a class as abstract without having any abstract method?
Discuss 2D arrays.