What are differences between COBOL and java ? why we are
giving more preference to COBOL ?
Answer Posted / kprasad
Few differences I can list down as following
1)Originally and still mostly Cobol is structured prog
langualge. Offcour se there are now a days OOD concepts in
cobol also. Bust still baasically it is structured prog.
lang. On the other hand Object Orientation is the base of
Java.
2) Cobol is developed for and still used for Business
Processing. You can have your business processing modules,
DB interaction modules in cobol. I haven't heard cobol used
for any system level prog or web developement or UIs. But
Java can be used along all layers of application from
presentation to business layers. Also now a days Sun has
developed JMV using Java itself.
3) Cobol compilers are platform dependent I suppose. Java
is platform independent.
4) Cobol is a lunguage as such but looking at the current
developmet Java has become more than a lunguage, a platform.
5) Cobol is not providing not many built in functions,
libraries like java
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
HOw can I get the negative sign while deduct high value from low value
What is the Purpose of POINTER Phrase in STRING command in COBOL?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do u write test cases?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do get the result of your program directly on your pc?
Why occurs cannot be used in 01 level in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
i need a small 3d program using inline and outline.
Which is not true about evaluate statement
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is length is cobol?
how do you reference the printer file formats from cobol programs