Swarali Sree has Published 72 Articles

What is SAP ERP system?

Swarali Sree

Swarali Sree

Updated on 30-Jul-2019 22:30:20

619 Views

SAP stands for Systems Applications and Products in Data Processing. As the name suggests, it is an application used for data processing like ERP (Enterprise Resource Planning).The SAP is mainly used in business that consists of different independent modules (Financial, Administrative, Sales & Distribution, Production Planning, Customer Relationship Management, Material ... Read More

What is a method signature in Java?

Swarali Sree

Swarali Sree

Updated on 30-Jul-2019 22:30:20

7K+ Views

The method signature consists of the method name and the parameter list. Example Live Demo public class MethodSignature { public int add(int a, int b){ int c = a+b; return c; ... Read More

Previous 1 ... 4 5 6 7 8
Advertisements