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...



Java Related Interview Questions
Questions Answers Views Company eMail

How to deploye the java application in web logic server please brief explain with screen shot please help me ?

4 9353

What is private static final long serialVersionUID = 1L;

Google,

3 16859

System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...

FCS, TCS,

2 6191

difference between vectorlist and hash

TCS,

1 4323

what are the different phases in delivering the project during development and maintenance?

CTS,

1 4684

Does WLS supports CORBA?

Cap Gemini,

2 8163

why HashTable not allow null key and value

Crimson Logic,

2 22662

why string constant pool in java

TCS,

2 9104

why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface

Polaris,

1 2517

why top level class could not be static

L&T,

3 13293

The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

Ness Technologies, TCS,

4 7806

I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

Mphasis,

2 6179

what is the use of module in weblogic

Polaris,

1 3717

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 4670

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; }

1 2376


Un-Answered Questions { Java Related }

Are jvm’s platform independent?

965


What if I write static public void instead of public static void?

923


What are the contents on web.xml in struts application ?

1047


What is lazy class?

471


What is difference between @controller and @restcontroller in spring?

520


Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com

2244


Write a program to print count of empty strings in java 8?

1071


How to sort array in descending order in java?

976


What is parsing in java?

1022


what are the different modes of archival? Explain each mode in two lines each?

983


How does java handle integer overflows and underflows?

1098


what is reflection api? How are they implemented?

1086


What do you mean by an interface in java?

1084


What is the first argument of the string array in main method?

1016


What is the locale class?

1009