Which two are characteristics of transfer object?
a)It reduces network traffic by collapsing multiple requests into one.
b)It increases complexity of remote interface by removing coarse grained methods.
c)it increases complexity of design due to remote synchronisation and version control issues.
d)It increases network performance by introducing multiple fine grained remote requests which retun small amounts of data.
Squeaky beans inc shopping application was initially developed for a nondistributed environment.The company recently acquired Acme application server which supports distributed HttpSession objects.when deploying the application to the server the deployer marks it as distributable in the DD to take advantage of this feature.Which two must be true given this scenario?
1)The
J2EE web container must support migration of objects that implement serialisable.
2)the J2EE web container must use native JVM serialisation mechanism for distributing session objects.
3)as per the specification the j2ee web container ensures that distributed httpSession objects will be stored in a database.
4)Storing references to EJB components in the Httpsession objects might not be supported by J2EE web containers.
Please help me with the above questions/