| Other Core Java Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| Explain different ways of passing arguments to sub-routine? |
| 1 |
| Howmany classes that package java.applet.* contains? |
TCS | 1 |
| how can i take the inputs from users in java program? |
Wipro | 7 |
| How to convert String into primitive datatype. |
| 6 |
| where exactly collections are usefull in realtime |
| 2 |
| Explain, why the constructor is required in implemented
class? |
| 4 |
| 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");
}
}
} |
| 1 |
| What will happens if you opened Internet Explorer 4 times? |
| 2 |
| what is the Yield() method used in threads? |
Accenture | 4 |
| how to pass the parameters to applets? |
| 1 |
| what is default layout of JFrame class? |
| 5 |
| how to fing linkedlist is circular or not? |
TCS | 1 |
| |
| For more Core Java Interview Questions Click Here |