user246584
user246584

Reputation: 99

architectures of COBOL and Java

Can anyone tell me the differnces in styles and architectures between these very differenct approaches please?

Upvotes: 1

Views: 355

Answers (1)

scienty
scienty

Reputation: 314

These are totally different languages intended for different purposes. COBOL is early days language for financial/accounting purposes very strict about program flow. Java is something totally different which is an evolved OOPL for general purpose applicaation development. I dont see any point in comparing COBOL and Java. let me know what exactly you were looking for and to help you.

Upvotes: 2

Related Questions