Core Java Interview Questions
Questions Answers Views Company eMail

my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??

1 3031

why interaction with server using javascript is difficult

1 3059

StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

HCL,

6 7102

I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?

Honeywell,

2 5807

How Vector class is synchronized,How to build user defined class as synchronized?

1480

What is difference between abstract class & final class

7 24902

Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.

4 4792

what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0

Accenture,

4 12482

How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size

Accenture,

6 8985

what is the Yield() method used in threads?

Accenture,

4 6733

System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0

Accenture,

8 8499

when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service

Accenture,

4 6117

What is Hash Code in Java?

Cognizant,

6 13911

What are uses of Hash Code?

Cognizant,

2 6371

I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...

Cybernet,

2 7031


Post New Core Java Questions

Un-Answered Questions { Core Java }

How a variable is stored in memory?

493


What is the importance of static variable?

580


If an object reference is set to null, will the garbage collector immediately free the memory held by that object?

626


What is the difference between a method and a function in alice?

568


What is the difference in between cpp and java? Can u explain in detail?

598






How do you sing an Applet ?

2026


how to convert Java project into Maven ?

576


What sorting algorithm does javascript use?

522


What does bitwise or mean?

560


Why java strings are immutable in nature?

579


What is serialization in java?

553


Can we call virtual funciton in a constructor ?

1764


Can we assign null to double in java?

538


How dead lock situation occurs in java and how you can identify it?

531


Explain how to convert any java object into byte array.

539