Answer Posted / satheeswaran
To sort the various types of prices or materials
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is the relationship between local interfaces and container-managed relationships?
Which container method is used to cause a container to be laid out and redisplayed?
What is colon_pkg_prefixes and what is its use?
What are the benefits of detached objects?
What state does a thread enter when it terminates its processing?
What are transaction attributes?
How are the elements of a cardlayout organized?
What is the purpose of the wait(), notify(), and notifyall() methods?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
the same information whether it will connect to the database or it will be used previous information?
Define aop(assepct oriented programing)?
Why do threads block on i/o?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?