Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) what is the difference between ArrayList and Vector
KPIT, Sasken, Satyam, Span Infotech, Wipro,
19 50550we 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 2504String 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 18586Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?
1 5470
What are the differences between heap and stack memory in java?
How is declarative handling of exceptions done in struts ?
How to create a base64 decoder in java8?
What is latest hibernate version?
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
What is an object in java and how is it created?
i want test pattern of zylog company and some examples also
Differentiate between static and non-static methods in java.
Explain public static void main(string args[]) in java.
Write a program to find the whether a number is an Armstrong number or not?
What is the difference between break and continue statements?
explain different ways of using thread? : Java thread
Write a program to print count of empty strings in java 8?
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 are the different modes of archival? Explain each mode in two lines each?