Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Rolta Core Java Interview Questions
Questions Answers Views Company eMail

How will you measure that int takes up only 32 bits in memory?

2 5176

Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 14816

Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.

2460

Can we iterate through collection using for loop?

2 5607

Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?

1 7680

What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList list = new ArrayList(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i 5 7544


What is the use of static import ?

4 8957

Post New Rolta Core Java Interview Questions




Un-Answered Questions

What is delay angle or what is firing angle of phase controlled rectifier?

810


Is it possible for the users to convert the package group into a process chain? If so, how?

651


Which is the state an app reaches briefly on its way to being suspended?

592


what is session in java?

954


What are the different types of wings? Explain how any one particulartype of wing suits a particular mission?

825






What is difference between hibernate and jdbc?

410


What are the ways in which weblogic servers can run on multiple machines?

727


What is pgadmin used for?

572


Does chkdsk speed up computer?

635


What is wps in gsm technology?

709


What does null mean?

755


Can you explain the common input formats in hadoop?

347


How do you check if the object is attached to the application?

205


hey, i recently attended 2 interviews and they asked whether I used qamonitor of softsmith. any help on what it does?

1744


What is sqlservr exe?

694