Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Core Java Interview Questions
Questions Answers Views Company eMail

What are the 3 types of loops in java?

1073

Is null a string?

994

What are different types of arrays?

1014

How do you end a program?

1114

Why java is made?

966

What is public static?

1031

Can java cast null?

1036

What is a nested list?

960

Can we assign null to double in java?

1013

Is null a string in java?

1066

What is the loop in java?

1138

How do you invoke a method?

1000

Can java list be null?

995

What is return code?

1001

What is a return in java?

1026


Post New Core Java Questions

Un-Answered Questions { Core Java }

What is increment in java?

960


What is difference between null and void?

968


What is the major advantage of external iteration over internal iteration?

1103


public class Test { public static void main(String[] args) { int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countE = 0; int countF = 0; int countG = 0; int countH = 0; int countI = 0; int countJ = 0; int countK = 0; int countL = 0; int countM = 0; int countN = 0; int countO = 0; int countP = 0; int countQ = 0; int countR = 0; int countS = 0; int countT = 0; int countU = 0; int countV = 0; int countW = 0; int countX = 0; int countY = 0; int countZ = 0; } } Can anybody tell me any alternate solution(like loop or something) to automate this initialization process. Ex:- for(char chr='A';chr<='Z'; chr++) { (int) String "count"+chr = 0; }

2335


What are JVM.JRE, J2EE, JNI?

1097


In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?

1050


What is externalizable interface?

1096


What is string data?

982


How to make a read-only class in java?

1157


Give reasons supporting that string is immutable.

940


How is string stored in java?

1060


What are the advantages of java over cpp?

1069


How do I get a substring?

970


How to stop a thread in java? Explain about sleep () method in a thread?

1013


How to find the index of the largest number in an arraylist java?

1032