What is canonical name in java?
No Answer is Posted For this Question
Be the First to Post Answer
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
What is string manipulation?
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
What happens if constructor is private?
how to create multithreaded program? : Java thread
why Runnable interface is preferable than extending the Thread class?
7 Answers Aizza, College School Exams Tests, Sybrant Technologies, Wipro,
What is multithreading and its advantages?
How can we find size of the object ?
What is the difference between processes and threads?
I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?
what is difference between signed & unsigned char?
What is return code?