MindStick Q&A
Activity
Questions
Unanswered
Tags
Category
Users
About
Login
SignUp
What is the difference between method and procedure?
Asked
6 years ago
Viewed
927
times
Ask Question
0
java
java programming
asked by
Prateek sharma
in
technology
Add comment
1 Answer
0
There is two main difference between Method and Procedure. They are as follows:
1. Method return single record but procedure return records of multiple tables separately.
2. A method calls in select statement but you can't call procedure in a select statement.
I hope it's informative...
answered
6 years ago
by
Anonymous User
Add comment
Your Answer
Post Answer