Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) How to deploye the java application in web logic server please brief explain with screen shot please help me ?
4 9140System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...
2 6049what are the different phases in delivering the project during development and maintenance?
CTS,
4614why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
2467The 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???"; } }
4 7605I 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 { }
2 6032is 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 4547public 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 is the static import?
What is the name of the java compiler?
What is pojo model?
What is derived datatype?
What Is The Purpose Of Clustering ?
How are multiple inheritances done in Java?
Which one is the default transaction factory in hibernate?
What are the packages are used in jdbc?
Hibernate SessionFactory is thread safe?
How would you create a button with rounded edges?
Write a program to solve producer consumer problem in java?
Can struts and spring be used together?
What is a control variable example?
What are the different methods involved in the process of session management in servlets?
What is the return type of the main method?