Does java support Operator Overloading?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of callablestatement?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Difference between Interface & Abstract class?
What about member inner classes?
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)
can write code for serialization ?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
Why is string buffer better than string ?
What is hash method?
Are global variables initialized to zero?
Where are the local variables stored?
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)