Can we override constructors?
No Answer is Posted For this Question
Be the First to Post Answer
How many bytes is a character?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
why the primitive data type have classes?
How many types of assembly languages are there?
how we can make a read-only class in java?
What happens if an exception is throws from an object's constructor?
What is regex java?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What is the difference between the synchronized() & static synchronized()?
Explain with example the concept of constant variable in java.
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.