What is an 8 bit word?
No Answer is Posted For this Question
Be the First to Post Answer
hi to all. well can you please tell me that why String class is immutable? Thanks in advance.
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
Is there any need to import java.lang package?
Write code to implement bubble sort in java?
Difference between String & StringBuffer
16 Answers IBM, Infosys, Tech Mahindra, Wipro,
Explain Stream Tokenizer?
What is volatile data type?
What are heterogeneous objects?
What classes of exceptions may be caught by a catch clause in java programming?
What is parsing a string?
What is the generic function?
why we r not use pointers in corejava?