Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Employee has a Passport. here employee is an object and passport is an object, give the class design
3 4960i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.
2 9899we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
IBM,
4 8570In my project iam integrating telephone line using some
bridge. To connect my project to that telephone line they
have give some jar file. Using dat i connected with that..
To handle that event like call attented, call disposed and
idle time they have give one event listener class.. I did
every thing and this class is alsoo called when a
particular event is fired. The only thing is i wanna call
EJB from that event listener method.. But the EJB is not
getting initated and exception is thrown. This below shownn
error is occured only i try to call it from this event
listener class. In other places EJB calling is working
fine..
javax.naming.NoInitialContextException: Cannot instantiate
class: org.jnp.interfaces.NamingContextFactory [Root
exception is java.lang.ClassNotFoundException:
org/jnp/interfaces/NamingContextFactory]
at javax.naming.spi.NamingManager.getInitialContext
(NamingManager.java:657)
at javax.naming.InitialContext.getDefaultInitCtx
(InitialContext.java:247)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.
can any one tell me how to implement tcng (Traffic Control Next Generation) with HTB (Hierarchical Token Bucket) in Java?which particular class or API is used for that?
2896
Write a program to print count of empty strings in java 8?
What is the difference between break and continue statements?
What is java string pool?
What is a classloader in java?
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 contents on web.xml in struts application ?
What is lazy class?
what are the different modes of archival? Explain each mode in two lines each?
How can you inject java collection in spring?
what is reflection api? How are they implemented?
Find Best Job Vacancies across the world on Jooble!
How to create a base64 decoder in java8?
What is the first argument of the string array in main method?
Can we return resultset in java?
explain different ways of using thread? : Java thread