Skip to content

Instantly share code, notes, and snippets.

@gcs-abdulwahab
Last active August 30, 2022 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcs-abdulwahab/fca84785158c7f25053fe36b4b35139e to your computer and use it in GitHub Desktop.
Save gcs-abdulwahab/fca84785158c7f25053fe36b4b35139e to your computer and use it in GitHub Desktop.
Midterm Syllabus for Internet Programming GCS 2022
# Midterm Syllabus for Internet Programming GCS
HTML Forms
Client Server Architecture , CSS , Simple and Compound Selectors
Javascripts DOM
AJAX , XMLHTTPRequest
JSON
Intro to JAVA , WORA
JVM Java->bytecode
IO : System.out.println Strings args
Packages , Access Specifiers in Java
Classes in Java
const vs final
OOP in Java ,
Pointers vs References
Dynamic Memory Allocation w.r.t memory leakage and Garbage Collector
# Assignment: LinkedList in Java
Inheritence
Syntax
Constructor Calling Hierarchies
Super Constructor
finalize method
final methods ( to be included )
Instance of Method
ForEach Method
abstract methods
Abstract Class
Single level Inheritence in Java
Interfaces in Java
how to implement interfaces in Java
Polymorphism in java
Optional to be studied : SOLID Principles in OOP
Exception Handling using : Try Catch
Threads in Java : Creation of thread by Extending the thread class or by interfaces
========== UPTILL MIDTERM =============
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment