Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
No Answer is Posted For this Question
Be the First to Post Answer
what modifiers are used with top-level class?
. Define Copy Constructor in Java
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
What is the statements?
What is dynamic binding(late binding)?
How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
What is the maximum size of list in java?
Memory management in JAVA
3 Answers Tech Mahindra, Wipro,
what is jdk1.5 features?
What is a function easy definition?
What is the difference between overriding & overloading?
How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size