If this is your product, you can request to edit it here.
Version Reviewing: excellent
"SAP"
Summary:
BODS is one of the great ETLTool with great performance and transformation capabilities with divers source and destinations. BODS lacks the proper job schedular. the one available is of basic features which not capable enough to handle the simple event based scheduling lile one after the other. otherwise it is a very powerfull tool. tool performs the transformation with great performance.
|
What does this code do?
public class Demo { public void method1() { synchronized (String.class) { System.out.println("on String.class object"); synchronized (Integer.class) { System.out.println("on Integer.class object"); } } }
Programming Language: Java