Answer Posted / anonymous
Mistake----
"""All messages will be intercepted by Dup1.
Jayan takes messages from Dup1 and perform the task"""
Should read as --- Dup2---
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain about thread synchronization inside a monitor?
What is ioc concept?
Explain phantom read?
What are the purpose of introspection?
what is handle?
What do you need to set-up a cluster with jboss?
What is the difference between the string and stringbuffer classes?
Why use POJO when I can use hashmap
What is a sessionfactory? Is it a thread-safe object?
What is an abstract method?
Explain ioc concept?
What is the immediate superclass of the applet class?
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!
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
What value does read() return when it has reached the end of a file?