Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) what is the difference between ArrayList and Vector
KPIT, Sasken, Satyam, Span Infotech, Wipro,
19 50512we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
IBM,
1 2503String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 18575Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?
1 5462when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?
6 9604explain System.out.println
Calpine Technologies, Care, Cognizant, CTS, IBM, IBS, LibSys, Oracle, Spiro Solutions, TCS,
107 206460
Find Best Job Vacancies across the world on Jooble!
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is the locale class?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is the difference between break and continue statements?
What is the difference between equals() and == in java?
What is latest hibernate version?
What is the resourcebundle class?
How to sort array in descending order in java?
How to create a base64 decoder in java8?
How does java handle integer overflows and underflows?
What are the differences between heap and stack memory in java?
Differentiate between static and non-static methods in java.
What if I write static public void instead of public static void?
What is parsing in java?