What are legal modifiers that we can use to declare an inner class?
public, protected, private, abstract, static and final
| Is This Answer Correct ? | 3 Yes | 0 No |
How strings are created in java?
ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }
How many bits are in a sentence?
Hi friends, i am new to java. can you explain how java is secured.
How many types of the indexof method are there for strings?
What is java class writing rules?
What is a war file?
Why is java architectural neutral?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What is the relationship between clipping and repainting under awt?
Explain garbage collection in java?
What is anonymous inner class?