What do you understand by copy constructor in java?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
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)
How to make a non daemon thread as daemon?
if arraylist size is increased from initial size what is the size of arraylist...suppose initial is 100 , if i add 101 element what is the size...
What is the purpose of the System class?
Explain an intermediate language?
What is a function in java?
What is persistence ?
What is size_t?
What is the static keyword?
what is method reference in java 8?