Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
1 22861) Find the Merge point of two linked lists. 2) Swap two bits of integer. 3) Reverse individual words of the sentence. 4) Reverse string without using temp string.
HCL,
2 6705Hello Everyone.. I m trying to develop a java swing application where i can display a doc file Jeditorpane or Jtextpane.
1 2244Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?
2 5838
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?
what is reflection api? How are they implemented?
What if I write static public void instead of public static void?
Write a program to find the whether a number is an Armstrong number or not?
What do you understand by casting in java language? What are the types of casting?
What is the first argument of the string array in main method?
What are the differences between heap and stack memory in java?
Realized?
Differentiate between static and non-static methods in java.
What is a classloader in java?
What is action chaining ?
What is the resourcebundle class?
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 difference between break and continue statements?