Give reasons supporting that string is immutable.
No Answer is Posted For this Question
Be the First to Post Answer
What is nested loop? What is dangling else condition in it?
What is Unicast and Multicast object? Where we will use?
1 Answers Scope International,
What is a variable and constant?
What is the full name of java?
What is math exp in java?
Why cant we define System.out.println() inside a class directly?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What are the 8 data types in java?
Can we declare the static variables and methods in an abstract class?
How can we use primitive data types as objects?
do I need to use synchronized on setvalue(int)? : Java thread
What is an argument in java?