Write a function to find out longest palindrome in a given string?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between error and an exception?
Define an applet in java?
What about main thread in java?
Can we assign integer value to char in java?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
What is stream api in java8?
How to sort array in descending order in java?
explain how many oops concepts available in java with realtime scenarios?
Define Wrapper Classes in Java.
What is the use of parse function in java?
How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?
How to do encapsulation in java?