Is 'synchronised' a modifier?

Answer Posted / kaasi

it's a keyword which can do a specific functionality on
thread concepts

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What must a class do to implement an interface?

748


Where we can write Rmi registry in the code, without having to write it at the command prompt?

2487


What are the diff types of exception?

747


Is jvm a overhead?

805


What is the difference between session and entity beans?

782






What is prototype?

800


Which javutil classes and interfaces support event handling?

770


Can I have an action without a form?

790


What is jboss?

755


the same information whether it will connect to the database or it will be used previous information?

772


Why a client should be multithreading? Explain.

789


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!

1573


What are JTA/JTS and how they used by client?

1915


why static class in java

1459


Define the remote object implementation?

2169