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 4817i 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 9781we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
IBM,
4 8406In 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?
2846
Name component subclasses that support painting in java programming?
What is the concept of connection pooling?
What is the use of callablestatement?
How to do setter injection in spring using annotations?
Is servlet synchronized?
What's the difference between authentication and authorization?
What is jdbc and its advantages?
What is cluster stub?
Which interface must be implemented by all servlets?
What is a modular application? What does module-relative mean?
Why do we use @override annotation?
What is relationship database?
When can high usage of CPU occur?
What is meant by session? Tell me something about httpsession class?
Does netbeans need jdk?