Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
1 2490How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
1 3490How to work with Chinese login page (internationalization).if he enters user name and password in chinese, how is it converted to English and validate in db? And in reverse it should display welcome message in Chinese,if user is valid
4 9213Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?
3 9097If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da???
TCS,
5 12755
What are the contents on web.xml in struts application ?
What is an object in java and how is it created?
What is java string pool?
Can we return resultset in java?
How to sort array in descending order in java?
What is a constructor overloading in java?
Explain public static void main(string args[]) in java.
What is latest hibernate version?
What are the differences between heap and stack memory in java?
What do you know about validation plugin ?
Find Best Job Vacancies across the world on Jooble!
How to create a base64 decoder in java8?
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