What is a char in java?
Why do we use predicate in java?
Can you write a java class that could be used both as an applet as well as an application?
Explain about the security aspect of java?
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?
What are the types of statement? explain
Write a program to print count of empty strings in java 8?
define System.out.println(); what is the meaning!
extending thread class or implementing runnable interface. Which is better? : Java thread
What is the difference between an if statement and a switch statement?
Explain java coding standards for methods?
What is Marker interface in java? and what is clone?
can two class in a code be public??if yes then how??