What is static import?


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

Post New Answer

More Core Java Interview Questions

Can we change the value of static variable?

0 Answers  


What is the function of character?

0 Answers  


What are different ways of object creation in java ?

0 Answers  


I need some details about an employee. i have only the employee id in my presentation layer(JSP).I entered that ID and click "Show Details" Button. Question is how the JSP pass that id to Controller layer and DAO and what mechanism we are using to retrive data from DB and how the data passed to JSP as a Output. Please explain in detail.

1 Answers   TCS,


How does a for loop work?

0 Answers  






Are constructors methods?

0 Answers  


What is difference between length and length() method in java ?

0 Answers  


what are the uses of Class class and what it returns? explain it with the example code.

1 Answers  


Discuss 2D arrays.

0 Answers   Amdocs,


In a class implementing an interface, can we change the value of any variable defined in the interface?

0 Answers  


I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.

2 Answers   Oracle,


what do you mean by stream pipelining in java 8? Explain

0 Answers  


Categories