How will you communicate between two applets?
No Answer is Posted For this Question
Be the First to Post Answer
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
Define inheritance?
What is locale in java?
What is static synchronization?
Which category the java thread do fall in?
How can we make string upper case or lower case?
What is native method 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); }
Differentiate constructor and a method and how are it be used?
What do you mean by chromounits in java8?
what is collatration?
What primitive Java types? Howmany are they and what are their names?