perpare on factorypattern,linklist wothout using
collection, (multitharding ie create producer/customer
therad producer create Queue continuesly,consumer consume
queue, consumer wait if queue is full,producer wait if
queue is empty),diff betn sleep(1000)&wait(1000) these r
the main Q ask in huawei(2008)
what is the use of private constructor in core java?
3 Answers OnMobile, Satyam, Yash Technologies,
What is primitive data type in java?
What is a static class in java?
What is arrays aslist in java?
What is unmodifiable list in java?
What is the frontend and backedn in Java?
What is a line break example?
Is string a class?
How do you remove an element from an arraylist in java?
What is the difference between static class and normal class?
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
Can we declare variables inside a method as Final Variables?