What is multithread synchronizing ?

Answer Posted / brijesh

hi...
it is a process in which therd is spread seonity

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you Handle Front End Application data against DB with example?

1590


Why use POJO when I can use hashmap

2152


How would you reatach detached objects to a session when the same object has already been loaded into the session?

788


Explain phantom read?

1829


Why won’t the jvm terminate when I close all the application windows?

854






What state does a thread enter when it terminates its processing?

685


What value does readline() return when it has reached the end of a file?

691


Difference between new operator and class.forname().newinstance()?

711


What classes of exceptions may be caught by a catch clause?

640


Which component handles cluster communication in jboss?

728


What is a sessionfactory? Is it a thread-safe object?

808


what are getters and setters in Java with examples?

1369


What is the difference between session and entity beans?

669


What is the difference between the session.get() method and the session.load() method?

688


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!

1461