{"id":20515738,"url":"https://github.com/paulthomas20002/s3-object-oriented-programming-using-java","last_synced_at":"2026-06-06T10:32:09.003Z","repository":{"id":103438215,"uuid":"432000541","full_name":"PaulThomas20002/S3-Object-Oriented-Programming-Using-Java","owner":"PaulThomas20002","description":"KTU S3 CST 205 ","archived":false,"fork":false,"pushed_at":"2022-02-21T14:33:27.000Z","size":311,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-16T09:56:16.360Z","etag":null,"topics":["cst205","java","ktu","mod-wise","object-oriented-programming","oops","oops-in-java","s3","syllbus"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PaulThomas20002.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-25T23:21:02.000Z","updated_at":"2022-11-08T22:09:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"7467d13e-c189-46a9-a702-c5964ab5d86f","html_url":"https://github.com/PaulThomas20002/S3-Object-Oriented-Programming-Using-Java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulThomas20002%2FS3-Object-Oriented-Programming-Using-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulThomas20002%2FS3-Object-Oriented-Programming-Using-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulThomas20002%2FS3-Object-Oriented-Programming-Using-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulThomas20002%2FS3-Object-Oriented-Programming-Using-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PaulThomas20002","download_url":"https://codeload.github.com/PaulThomas20002/S3-Object-Oriented-Programming-Using-Java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242118778,"owners_count":20074651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cst205","java","ktu","mod-wise","object-oriented-programming","oops","oops-in-java","s3","syllbus"],"created_at":"2024-11-15T21:24:21.362Z","updated_at":"2025-03-05T23:22:20.141Z","avatar_url":"https://github.com/PaulThomas20002.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S3-Object-Oriented-Programming-Using-Java\nKTU S3 CST 205 \u0026amp; CSL 203\n\u003cbr\u003e\nCST205\u003cbr\u003e\nOBJECT ORIENTED PROGRAMMING USING JAVA-SYLLABUS\u003cbr\u003e\nObject Oriented Programming Using Java\u003cbr\u003e\n\u003cbr\u003e\u003cbr\u003e\nModule 1\n\u003cbr\u003e\nIntroduction:\nApproaches to Software Design - Functional Oriented Design, Object Oriented Design, Case\nStudy of Automated Fire Alarm System.\nObject Modeling Using Unified Modeling Language (UML) – Basic Object Oriented concepts,\nUML diagrams, Use case model, Class diagram, Interaction diagram, Activity diagram, State\nchart diagram.\nIntroduction to Java - Java programming Environment and Runtime Environment, Development\nPlatforms -Standard, Enterprise. Java Virtual Machine (JVM), Java compiler, Bytecode, Java\napplet, Java Buzzwords, Java program structure, Comments, Garbage Collection, Lexical Issues.\n\n\u003cbr\u003e\u003cbr\u003e\nModule 2\n\u003cbr\u003e\nCore Java Fundamentals:\nPrimitive Data types - Integers, Floating Point Types, Characters, Boolean. Literals, Type\nConversion and Casting, Variables, Arrays, Strings, Vector class.\nOperators - Arithmetic Operators, Bitwise Operators, Relational Operators, Boolean Logical\nOperators, Assignment Operator, Conditional (Ternary) Operator, Operator Precedence.\nControl Statements - Selection Statements, Iteration Statements and Jump Statements.\nObject Oriented Programming in Java - Class Fundamentals, Declaring Objects, Object\nReference, Introduction to Methods, Constructors, this Keyword, Method Overloading, Using\nObjects as Parameters, Returning Objects, Recursion, Access Control, Static Members, Final\nVariables, Inner Classes, Command Line Arguments, Variable Length Arguments.\nInheritance - Super Class, Sub Class, The Keyword super, protected Members, Calling Order of\nConstructors, Method Overriding, the Object class, Abstract Classes and Methods, using final\nwith Inheritance.\n\n\u003cbr\u003e\u003cbr\u003e\nModule 3\n\u003cbr\u003e\nMore features of Java:\nPackages and Interfaces - Defining Package, CLASSPATH, Access Protection, Importing\nPackages, Interfaces.\nException Handling - Checked Exceptions, Unchecked Exceptions, try Block and catch Clause,\nMultiple catch Clauses, Nested try Statements, throw, throws and finally.\nInput/Output - I/O Basics, Reading Console Input, Writing Console Output, PrintWriter Class,\nObject Streams and Serialization, Working with Files.\n\n\n\u003cbr\u003e\u003cbr\u003e\nModule 4\n\u003cbr\u003e\nAdvanced features of Java:\nJava Library - String Handling – String Constructors, String Length, Special String Operations -\nCharacter Extraction, String Comparison, Searching Strings, Modifying Strings, using valueOf(),\nComparison of StringBuffer and String.\nCollections framework - Collections overview, Collections Interfaces- Collection Interface, List\nInterface.\nCollections Class – ArrayList class. Accessing a Collection via an Iterator.\nEvent handling - Event Handling Mechanisms, Delegation Event Model, Event Classes, Sources\nof Events, Event Listener Interfaces, Using the Delegation Model.\nMultithreaded Programming - The Java Thread Model, The Main Thread, Creating Thread,\nCreating Multiple Threads, Synchronization, Suspending, Resuming and Stopping Threads.\n\n\u003cbr\u003e\u003cbr\u003e\nModule 5\n\u003cbr\u003e\nGraphical User Interface and Database support of Java:\nSwings fundamentals - Swing Key Features, Model View Controller (MVC), Swing Controls,\nComponents and Containers, Swing Packages, Event Handling in Swings, Swing Layout\nManagers, Exploring Swings –JFrame, JLabel, The Swing Buttons, JTextField.\nJava DataBase Connectivity (JDBC) - JDBC overview, Creating and Executing Queries – create\ntable, delete, insert, select.\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulthomas20002%2Fs3-object-oriented-programming-using-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulthomas20002%2Fs3-object-oriented-programming-using-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulthomas20002%2Fs3-object-oriented-programming-using-java/lists"}