Unit 4 Assignment 1 Comparative Study Of Programming...
COMP 6411
Comparative Study of Programming Languages
BFS & DFS with GUI
Assignment # 2
Submitted To: Prof. Javad Sadri
Submission Date: 2nd August, 2015
Submitted By: Khurram Shahzad
Email:
[email protected]
Concordia ID: 27186444
Abstract
As the requirements and complexity of today's most modern world increasing; expectation from
computer programming languages also increasing, new techniques must be developed to effectively
design and create very large scale Integration solutions quickly. In order to do so choice of
technology and programming languages has a vital role that can give us quick, efficient and cost
effective solutions. For this assignment, our classical problem BFS and DFS are solved ... Show
more content on Helpwriting.net ...
PHP use gc_collect_cycles – Forces collection of any existing garbage cycles.
Consistency
PHP gives you more programming freedom and doesn't prompt naming convention as Java.
Standardization
Java platform standardization is driven by Oracle, PHP by PHP Group. Both are standardized and
documented but PHP is not as documented as JLS.
Web Applications & Web Services Development
Both JSP and PHP are web based languages. Both have Mail Sending, File upload, form handling,
sessions in built not paralyse like asp classic that used to perform every 2nd function with help of
3rd party.
Compilation/Interpretation
PHP is compiled and executed. JSP connect with Servlets and Java is compiled to bytecode,
bytecode is then compiled just–in–time that return to servlets to client browser.
Using in Start–ups and Prototyping
Java is easier to prototype in and thus to write start–ups. Conclusion