Core Java Interview Questions
Questions Answers Views Company eMail

What is the use of collections in java? How it is implemented in real time applications?

2 11128

1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))

1 5856

WHAT IS THE SCOPE FOR COREJAVA...? IS JAVA ONLY CORE JAVA ?

2 8688

difference between jsp and java script?

3 4584

When you declare a method as abstract method ?

HP,

2 6012

What is JVM ?

Phantom Technologies, TCS,

4 5431

Why do we need public static void main(String args[]) method in Java...?

1 4295

What is the difference between constructor and method?

4 5344

What is the difference between parameters and arguments ?

2 4197

What is the difference between Java Bean and Java Class.?

2 4465

What is the purpose of a statement block?

1 3504

Can an unreachable object become reachable again?

3 4300

String Reverse in Java...!

5 7374

what difference between throw and throws in exception handling.

5 6545

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 3301


Post New Core Java Questions

Un-Answered Questions { Core Java }

Can we convert integer to string in java?

586


What is variable in java?

512


Is java 11 paid version?

500


Write code of any action class?

539


What are unchecked exceptions in java?

599






What are access specifiers in java ?

586


Differentiate between array list and vector in java.

626


Why is a singleton bad?

548


Explain when we should make an instance variable private.

598


What state is a thread in when it is executing?

518


what is meant by abstract class?

644


Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.

7402


What is the benefit of inner classes in java?

594


What is a package in java? List down various advantages of packages.

744


Explain the difference between a Thread and a Process.

554