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 9353System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...
2 6191what are the different phases in delivering the project during development and maintenance?
CTS,
1 4684why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
1 2517The 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 7806I 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 6179is 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 4670public 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
Are jvm’s platform independent?
What if I write static public void instead of public static void?
What are the contents on web.xml in struts application ?
What is lazy class?
What is difference between @controller and @restcontroller in spring?
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
Write a program to print count of empty strings in java 8?
How to sort array in descending order in java?
What is parsing in java?
what are the different modes of archival? Explain each mode in two lines each?
How does java handle integer overflows and underflows?
what is reflection api? How are they implemented?
What do you mean by an interface in java?
What is the first argument of the string array in main method?
What is the locale class?