What is the difference between char and char *?
No Answer is Posted For this Question
Be the First to Post Answer
How can you read content from file in java?
What are the types of relation?
What is the method to declare member of a class static?
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"); } } }
Are primitives objects?
What are integer overflows and underflows and how to handle them?
What is an 8 bit word?
How to sort double array in java?
Explain tree set and its features?
What is a marker interface?
How to print an arraylist in java?
Why scanner is used in java?