What is the equal sign?
Answer / Neeraj Trivedi
"In Core Java, the 'equal sign' (=) is used for assignment. For example, in the statement x = 5, x is assigned the value of 5."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between array and arraylist in java?
When do we use hashset over treeset?
Why java is said to be pass-by-value ?
What is UNICODE?
What are methods?
Explain the difference between string, stringbuffer and stringbuilder in java?
How do you convert an int to a double in java?
Is java ee a framework?
explain the concept of virtual method invocation in polymorphism in detail?
Is hashmap thread safe?
What is the internal implementation of set in java?
What is return null in java?