Explain the difference between getAppletInfo and
getParameterInfo?



Explain the difference between getAppletInfo and getParameterInfo?..

Answer / sathya

The getAppletInfo() method will return a string that
describes the applet. The getParameterInfo() method will
return an array of string arrays that specify the name,
type, and description of each parameter.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is difference between classpath and path variables in java?

0 Answers  


What is java objectoutputstream?

0 Answers  


What is the purpose of a statement block?

1 Answers  


What classes of exceptions, caught by a catch clause?

1 Answers  


What is the use of hashmap in java?

0 Answers  






What is the finalize method do?

0 Answers  


Can we use this () and super () in a method?

0 Answers  


how an we achive multiple inhetitance in java using interface..??

2 Answers  


Without creating a new object, How you can retrieve a String or other object?

1 Answers  


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

0 Answers  


We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.

2 Answers  


What is the difference between JVM and JRE?

0 Answers  


Categories