Where import statement is used in a java program?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Howmany classes that package java.applet.* contains?

1 Answers   TCS,


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


How many types of exception can occur in a java program?

0 Answers  


In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?

5 Answers  


What is boolean example?

0 Answers  






why to use transient variables when static variables can be used for Serialization

4 Answers  


Are arrays primitive data types?

0 Answers  


What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?

5 Answers  


Can a class have multiple subclasses?

0 Answers  


In what types of operations an ArithmeticException will be thrown?

3 Answers  


What is wrapper class example?

0 Answers  


Explain the difference between association, aggregation and inheritance relationships.

0 Answers  


Categories