What is java util list?
No Answer is Posted For this Question
Be the First to Post Answer
Which method returns the length of a string?
without using arthematic operation ,how can you write the logic for adding/substraction/multiplication?
7 Answers Tanla Solutions, Wipro,
What is stream api in java8?
how can i connect to database in a applet ?
What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
Explain hashset and its features?
What is the char data type?
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 string is a keyword in java?
Where are global variables stored?
State the significance of public, private, protected class?