├── LICENSE.md ├── README.md ├── Stage 1 ├── Java Programming Fundamentals │ ├── Advanced Java Concepts │ │ ├── Add Flight using JDBC │ │ │ ├── DB.java │ │ │ ├── Flight.java │ │ │ ├── FlightManagementSystem.java │ │ │ ├── Main.java │ │ │ ├── README.md │ │ │ └── database.properties │ │ ├── Auditing │ │ │ ├── EmployeeAudit.java │ │ │ ├── Main.java │ │ │ └── README.md │ │ ├── Employee Loan Eligibility │ │ │ ├── Employee.java │ │ │ ├── Employeeutility.java │ │ │ ├── README.md │ │ │ └── main.java │ │ ├── Employee Promotion │ │ │ ├── Employee.java │ │ │ ├── Main.java │ │ │ ├── Management.java │ │ │ └── README.md │ │ ├── Fruit Basket Estimation │ │ │ ├── FruitBasket.java │ │ │ ├── FruitBasketUtility.java │ │ │ ├── Main.java │ │ │ └── README.md │ │ ├── Mall Parking System │ │ │ ├── Main.java │ │ │ └── README.md │ │ ├── Placement Enrollment Count │ │ │ ├── README.md │ │ │ └── main.java │ │ ├── Player Selection System_JDBC │ │ │ ├── DB.java │ │ │ ├── Main.java │ │ │ ├── Player.java │ │ │ ├── PlayerSelectionSystem.java │ │ │ ├── README.md │ │ │ └── database.properties │ │ ├── Retrieving Data from file │ │ │ ├── FileDemo.java │ │ │ ├── README.md │ │ │ └── log.txt │ │ ├── Search for Trains - JDBC │ │ │ ├── DB.java │ │ │ ├── Database.properties │ │ │ ├── Main.java │ │ │ ├── README.md │ │ │ ├── Train.java │ │ │ └── Trainmamagementsystem.java │ │ ├── Travel Agency │ │ │ ├── CommissionInfo.java │ │ │ ├── README.md │ │ │ ├── Ticket.java │ │ │ └── UserInterface.java │ │ └── Validate Name │ │ │ ├── README.md │ │ │ ├── Validate.java │ │ │ └── ValidateUtility.java │ ├── Arrays and Strings │ │ ├── Least Offer │ │ │ ├── Main.java │ │ │ └── README.md │ │ └── String Concatenation │ │ │ ├── Authority.java │ │ │ └── README.md │ ├── Classes and Objects │ │ ├── BankAccountDetails │ │ │ ├── Account.java │ │ │ ├── AccountDetails.java │ │ │ └── README.md │ │ ├── Student Details - Constructor │ │ │ ├── README.md │ │ │ ├── Student.java │ │ │ └── StudentMain.java │ │ └── Ticket Price Calculation - Static │ │ │ ├── Main.java │ │ │ ├── README.md │ │ │ └── Ticket.java │ ├── Collection, Generics and Stream API │ │ ├── Insurance Bazaar │ │ │ ├── Bazaar.java │ │ │ ├── README.md │ │ │ └── UserInterface.java │ │ ├── Number of New Words │ │ │ ├── README.md │ │ │ └── UniqueWords.java │ │ └── PhoneBook Manipulation │ │ │ ├── Contact.java │ │ │ ├── Main.java │ │ │ ├── PhoneBook.java │ │ │ └── README.md │ ├── Exception Handling │ │ ├── Array Manipulation - Use try with multi catch │ │ │ ├── ArrayException.java │ │ │ └── README.md │ │ └── Register a Candidate - User defined Exception(with throw and throws) │ │ │ ├── Candidate.java │ │ │ ├── InvalidSalaryException.java │ │ │ ├── Main.java │ │ │ └── README.md │ ├── Inheritance, Polymorphism, Abstract class, Interface │ │ ├── Account Manipulation - Abstract class │ │ │ ├── Account.java │ │ │ ├── Customer.java │ │ │ ├── Main.java │ │ │ ├── README.md │ │ │ └── SavingsAccount.java │ │ ├── Contact Details of Hosteller │ │ │ ├── Hosteller.java │ │ │ ├── Main.java │ │ │ ├── README.md │ │ │ └── Student.java │ │ ├── Employee Loan Eligibility - Polymorphism │ │ │ ├── Employee.java │ │ │ ├── Loan.java │ │ │ ├── Main.java │ │ │ ├── PermanentEmployee.java │ │ │ ├── README.md │ │ │ └── TemporaryEmployee.java │ │ └── Vehicle-Loan-Insurance - Use Interface │ │ │ ├── Insurance.java │ │ │ ├── Loan.java │ │ │ ├── Main.java │ │ │ ├── README.md │ │ │ └── Vehicle.java │ ├── Introduction to Java │ │ ├── Display Characters │ │ │ ├── AsciValue.java │ │ │ └── README.md │ │ ├── Fuel Consumption Calculator │ │ │ ├── Main.java │ │ │ └── README.md │ │ └── Highest Placement │ │ │ ├── Placement.java │ │ │ └── README.md │ └── Java 11-12 │ │ ├── EB Connection - Switch Enhancements & Compact Number Formatting │ │ ├── README.md │ │ └── UserInterface.java │ │ └── Holiday Homework - String Methods (Java 11) │ │ ├── README.md │ │ └── UserInterface.java ├── README.md ├── SQL Programming │ ├── Car & owner details based on car type │ │ ├── README.md │ │ └── query.sql │ ├── Car details based on type and name │ │ ├── README.md │ │ └── query.sql │ ├── Concatenating Details │ │ ├── README.md │ │ └── singlerow3.sql │ ├── Customer using HDFC bank │ │ ├── README.md │ │ └── subquery3bms.sql │ ├── Customers having gmail id │ │ ├── README.md │ │ └── query.sql │ ├── Delivery Partner details based on rating │ │ ├── README.md │ │ └── sample.sql │ ├── Department name based on block number │ │ ├── README.md │ │ └── bselect3.sql │ ├── Hotel_info │ │ ├── README.md │ │ └── sample.sql │ ├── Hotels that took order based on month │ │ ├── README.md │ │ └── sample.sql │ ├── Hunger eats - update table │ │ ├── README.md │ │ └── sample.sql │ ├── Insert Records - Department │ │ ├── README.md │ │ └── insert.sql │ ├── Password Generation │ │ ├── README.md │ │ └── singlerow1bms.sql │ ├── Rental details based on date │ │ ├── README.md │ │ └── query.sql │ ├── Student and their Department Based on City │ │ ├── README.md │ │ └── joins3.sql │ └── car rental system - Insert values │ │ ├── README.md │ │ └── query.sql └── User Interface Design │ ├── Bootstrap 4 │ ├── BS Feedback Form │ │ ├── README.md │ │ └── feedback.html │ ├── Bootstraps Navigation Bar │ │ ├── README.md │ │ └── navigation.html │ ├── Contact Us │ │ ├── README.md │ │ └── contact.html │ ├── Page Layout │ │ ├── README.md │ │ └── layout.html │ └── Responsive Web Page │ │ ├── README.md │ │ ├── app.css │ │ └── responsive.html │ ├── CSS3- RWD, Media Queries │ ├── Bill Calculator │ │ ├── User Interface Design Bill Calculator Description.pdf │ │ ├── billcalc.css │ │ └── billcalculator.html │ ├── FeedBack Details │ │ ├── User Interface Design FeedBack Details Description.pdf │ │ ├── index.html │ │ └── script.js │ └── Trainer Feedback Rating Chart │ │ ├── User Interface Design Trainer Feedback Rating Chart Description.pdf │ │ ├── trainerfeedbackchart.css │ │ └── trainerfeedbackchart.html │ ├── HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location │ ├── Learning Material Styling │ │ ├── LearningMaterial.css │ │ ├── LearningMaterial.html │ │ └── User Interface Design Learning Material Styling Description.pdf │ └── Simple CALCULATOR │ │ ├── Calculator.html │ │ ├── User Interface Design Simple CALCULATOR Description.pdf │ │ ├── calc.jpg │ │ ├── calculator.jpg │ │ └── reset.jpg │ ├── JavaScript - Html DOM, Form Validation, JSON, and Regular Expression │ ├── Employee Experience Details - Class and Object & Date │ │ └── script.js │ ├── Find Unique Characters - Functions │ │ └── script.js │ ├── Fixed And Reducing Interest Loan Estimator │ │ ├── Estimation.js │ │ └── ReducedInterestEstimation.html │ ├── Greetings - DOM │ │ ├── index.html │ │ └── script.js │ ├── Placing Order For Cake - String & Math │ │ └── script.js │ ├── Validate Email - Regular Expression & test Function │ │ └── script.js │ └── Word Play - Operators, Conditional Control Statements & Loops │ │ └── script.js │ └── jQuery │ ├── Alternate Rows - Selectors │ ├── Alternate.html │ ├── README.md │ └── script.js │ ├── Customer Data │ ├── README.md │ ├── customer.html │ └── customer.js │ ├── Error Message │ ├── README.md │ ├── employee.html │ └── employee.js │ ├── Get JSON Data │ ├── README.md │ ├── country.html │ └── country.js │ ├── Ice Cream Flavours - Selectors │ ├── README.md │ ├── flavours.html │ └── script.js │ ├── Load jQuery │ ├── README.md │ └── load.js │ ├── Login Form │ ├── README.md │ ├── login.html │ └── login.js │ ├── Select the Boxes │ ├── README.md │ ├── chkbox.html │ └── chkbox.js │ ├── Three Divisions │ ├── README.md │ ├── divisions.html │ └── divisions.js │ ├── Vertical Menu │ ├── README.md │ ├── menu.html │ └── menu.js │ └── Welcome Message │ ├── README.md │ ├── welcome.html │ └── welcome.js ├── Stage 2 ├── Data Structures and Algorithms │ ├── 2D Array – DS │ │ ├── README.md │ │ └── Solution.java │ ├── Array Manipulation │ │ ├── README.md │ │ └── Solution.java │ ├── Arrays - DS │ │ ├── README.md │ │ └── Solution.java │ ├── Delete duplicate-value nodes from a sorted linked list │ │ ├── README.md │ │ └── Solution.java │ ├── Divisible Sum Pairs │ │ ├── README.md │ │ └── Solution.java │ ├── Left Rotation │ │ ├── README.md │ │ └── Solution.java │ ├── Mini-Max Sum │ │ ├── README.md │ │ └── Solution.java │ ├── README.md │ ├── Sparse Arrays │ │ ├── README.md │ │ └── Solution.java │ └── Time Conversion │ │ ├── README.md │ │ └── Solution.java ├── Logging and Code Quality │ ├── Flight Management │ │ ├── FlightManagement.zip │ │ └── README.md │ ├── Patient Intake System │ │ ├── README.md │ │ └── patient-intake-system.zip │ ├── README.md │ └── Trainee Manager │ │ ├── README.md │ │ └── TraineeManager.zip ├── README.md ├── Spring Core, Maven │ ├── Autowiring │ │ ├── ApplicationConfig.java │ │ ├── Driver.java │ │ ├── Employee.java │ │ ├── Passport.java │ │ └── README.md │ ├── Constructor Injection │ │ ├── Customer.java │ │ ├── Driver.java │ │ ├── MemberShip.java │ │ ├── README.md │ │ ├── applicationContext.xml │ │ └── pom.xml │ ├── CurrencyConverter-Collections │ │ ├── CurrencyConverter.java │ │ ├── Driver.java │ │ ├── README.md │ │ ├── beans.xml │ │ └── pom.xml │ ├── Customer-Address Inner Bean │ │ ├── Address.java │ │ ├── AddressBook.java │ │ ├── Driver.java │ │ ├── README.md │ │ ├── applicationContext.xml │ │ └── pom.xml │ ├── Customer-Address-Scope │ │ ├── Address.java │ │ ├── Customer.java │ │ ├── Driver.java │ │ ├── README.md │ │ ├── beans.xml │ │ └── pom.xml │ ├── DBConfig-SetterBasedInjection │ │ ├── DBConfig.java │ │ ├── EmployeeDAO.java │ │ ├── Main.java │ │ ├── README.md │ │ ├── beans.xml │ │ └── pom.xml │ ├── EBanking │ │ ├── App.java │ │ ├── BankAccount.java │ │ ├── README.md │ │ ├── SkeletonValidator.java │ │ ├── SmartBankAccount.java │ │ ├── accounts.properties │ │ ├── pom.xml │ │ └── spring.xml │ ├── EZEE Transport │ │ ├── Booking.java │ │ ├── Main.java │ │ ├── README.md │ │ ├── Spring Core, Maven EZEE Transport Description.pdf │ │ ├── TransportService.java │ │ ├── Vehicle.java │ │ ├── bean.xml │ │ └── pom.xml │ ├── EngineAnalysis │ │ ├── App.java │ │ ├── Car.java │ │ ├── DieselEngine.java │ │ ├── Engine.java │ │ ├── PetrolEngine.java │ │ ├── README.md │ │ ├── SkeletonValidator.java │ │ ├── pom.xml │ │ └── spring.xml │ ├── Passport Service │ │ ├── App.java │ │ ├── AppConfig.java │ │ ├── BangalorePassportOffice.java │ │ ├── ChennaiPassportOffice.java │ │ ├── Document.java │ │ ├── HeadPassportOffice.java │ │ ├── README.md │ │ ├── SkeletonValidator.java │ │ └── pom.xml │ └── README.md └── Unit Testing, Code Quality │ ├── Electricity Bill │ ├── EBBill.java │ ├── EBBillTest.java │ ├── README.md │ └── UserInterface.java │ ├── Hands On - LMS Refactoring │ ├── Book.java │ ├── BookDAO.java │ ├── Member.java │ ├── MemberDAO.java │ ├── README.md │ ├── Transaction.java │ └── TransactionDAO.java │ ├── Parameterized │ ├── README.md │ ├── RainbowJewellers.java │ ├── RainbowJewellersParameterizedTest.java │ ├── RainbowJewellersService.java │ ├── SkeletonValidator.java │ ├── Unit Testing, Code Quality Parameterized Description.pdf │ └── UserInterface.java │ ├── Product Login Test suite │ ├── Login.java │ ├── LoginDAO.java │ ├── LoginTest.java │ ├── Product.java │ ├── ProductDAO.java │ ├── ProductTest.java │ ├── README.md │ ├── TestSuiteRunner.java │ └── UserInterface.java │ ├── README.md │ ├── TestMockDB │ ├── AccountDAO.java │ ├── AccountDAOTest.java │ ├── AccountTransactionException.java │ ├── Main.java │ ├── README.md │ └── Unit Testing, Code Quality TestMockDB Description.pdf │ ├── Testing Using Assertion │ ├── Customer.java │ ├── CustomerTest.java │ ├── README.md │ └── UserInterface.java │ └── Verify Call - JUnit using Mockito │ ├── Book.java │ ├── GenerateISBN.java │ ├── GenerateISBNTest.java │ ├── Main.java │ ├── README.md │ └── Unit Testing, Code Quality Verify Call - JUnit using Mockito Description.pdf ├── Stage 3 ├── Microservices │ ├── Access App Via Router - V1 │ │ ├── ProductAppApplication.java │ │ ├── ProductController.java │ │ ├── README.md │ │ ├── RouterAppApplication.java │ │ ├── application.properties │ │ ├── bootstrap.properties │ │ ├── product_pom.xml │ │ └── router_pom.xml │ ├── README.md │ └── Register App in Spring Cloud │ │ ├── Product.java │ │ ├── ProductAppApplication.java │ │ ├── ProductController.java │ │ ├── README.md │ │ ├── application.properties │ │ └── pom.xml ├── README.md ├── Spring Data JPA with Spring Boot │ ├── Flat Buyer │ │ ├── Buyer.class │ │ ├── BuyerDAO.java │ │ ├── BuyerRepository.java │ │ ├── Flat.class │ │ ├── FlatBuyerApplication.java │ │ ├── FlatRepository.java │ │ ├── README.md │ │ ├── application.properties │ │ └── pom.xml │ └── README.md └── Spring REST using Spring Boot │ ├── Course Management - Exception Handling │ ├── Course.java │ ├── CourseController.java │ ├── CourseManagementApplication.java │ ├── CourseNotFoundException.java │ ├── CourseService.java │ ├── README.md │ ├── application.properties │ └── pom.xml │ ├── Employee REST Service │ ├── Company.java │ ├── Employee.java │ ├── EmployeeRestAppApplication.java │ ├── EmployeeRestController.java │ ├── README.md │ ├── application.properties │ └── pom.xml │ ├── README.md │ ├── Service Provider System - Get and Post │ ├── Connection.java │ ├── ProviderService.java │ ├── README.md │ ├── ServiceProviderSystemApplication.java │ ├── ShopController.java │ ├── application.properties │ └── pom.xml │ └── Service Provider System - Put and Delete │ ├── Connection.java │ ├── ProviderService.java │ ├── README.md │ ├── ServiceProviderSystemApplication.java │ ├── ShopController.java │ ├── application.properties │ └── pom.xml └── Stage 4 ├── Angular ├── Boat Ride Entrance Fee │ ├── README.md │ ├── app.component.css │ ├── app.component.html │ ├── app.component.ts │ ├── app.module.ts │ ├── boatride.component.css │ ├── boatride.component.html │ └── boatride.component.ts ├── Book House - Cross component communication │ ├── Book.ts │ ├── README.md │ ├── app-routing.module.ts │ ├── app.component.css │ ├── app.component.html │ ├── app.component.ts │ ├── app.module.ts │ ├── book.service.ts │ ├── book │ │ ├── book.component.css │ │ ├── book.component.html │ │ └── book.component.ts │ └── customer │ │ ├── customer.component.css │ │ ├── customer.component.html │ │ └── customer.component.ts ├── Change Cases - Pipe │ ├── README.md │ ├── Student.model.ts │ ├── app.component.css │ ├── app.component.html │ ├── app.component.ts │ └── app.module.ts ├── Flight Reservation Form - (Dynamic dropdown using ngFor) │ ├── README.md │ ├── app.component.css │ ├── app.component.html │ ├── app.component.ts │ └── app.module.ts ├── My First - Sports Club App │ ├── README.md │ ├── app.component.css │ ├── app.component.html │ ├── app.component.ts │ └── app.module.ts ├── README.md ├── Remove Student - (component, ngFor) │ ├── README.md │ ├── Student.model.ts │ ├── app.component.css │ ├── app.component.html │ ├── app.component.ts │ └── app.module.ts ├── Rent A Home - Routing with Query param │ ├── README.md │ ├── app-routing.module.ts │ ├── app.component.css │ ├── app.component.html │ ├── app.component.ts │ ├── app.module.ts │ └── home │ │ ├── home.component.css │ │ ├── home.component.html │ │ └── home.component.ts └── Show Student DB - ngFor Directive │ ├── README.md │ ├── Student.model.ts │ ├── app.component.css │ ├── app.component.html │ ├── app.component.ts │ └── app.module.ts ├── README.md └── React ├── Apple Inc. Market - state ├── Market.js ├── README.md ├── Styles.css └── index.js ├── Course Details with Form_Final ├── CourseDetails.js ├── README.md ├── index.js └── styles.css ├── Create Information Dashboard - With State And Props ├── Info.jsx ├── README.md ├── index.js └── style.css ├── Display Current Date and Time ├── README.md ├── Register.js ├── Styles.css └── index.js ├── FunTimeTicket - PropTypes ├── Display.css ├── Display.js ├── README.md └── index.js ├── One Spot Furniture -component ├── README.md ├── Stock.js ├── Styles.css └── index.js ├── Quote For the Day - Event ├── Quote.js ├── README.md ├── index.js └── styles.css ├── README.md ├── Router- Final ├── About.js ├── App.js ├── Contact.js ├── Home.js ├── README.md ├── index.js └── style.css ├── Search for Course availability ├── README.md ├── Search.js ├── courseList.json ├── index.js └── styles.css ├── Share market-statistics ├── README.md ├── ShareMarket.js ├── Styles.css └── index.js ├── Sort Applicants List_Final ├── List.js ├── README.md ├── index.js └── styles.css ├── Stock Securities -Report- keys and styles-Final ├── README.md ├── Stocks.js └── index.js ├── Stock Securities-Props ├── README.md ├── Stock.js ├── index.js └── stock.css ├── Stock Securities-double and array props ├── README.md ├── Stock.js ├── index.js └── stock.css ├── Stock securities-component ├── README.md ├── Share.css ├── Welcome.js └── index.js ├── Student Details using Map_Final ├── README.md ├── StudentDetails.js ├── index.js └── styles.css ├── Style table using External CSS -Final ├── README.md ├── Stocks.js ├── index.js └── stocks.css ├── Tech Valley - Styles ├── Forum.js ├── README.md └── index.js └── Telecom-statistics ├── README.md ├── ShareMarket.js ├── Styles.css └── index.js /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/DB.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/DB.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/Flight.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/Flight.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/FlightManagementSystem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/FlightManagementSystem.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/database.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Add Flight using JDBC/database.properties -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Auditing/EmployeeAudit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Auditing/EmployeeAudit.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Auditing/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Auditing/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Auditing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Auditing/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Loan Eligibility/Employee.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Loan Eligibility/Employee.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Loan Eligibility/Employeeutility.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Loan Eligibility/Employeeutility.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Loan Eligibility/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Loan Eligibility/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Loan Eligibility/main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Loan Eligibility/main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Promotion/Employee.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Promotion/Employee.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Promotion/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Promotion/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Promotion/Management.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Promotion/Management.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Promotion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Employee Promotion/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Fruit Basket Estimation/FruitBasket.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Fruit Basket Estimation/FruitBasket.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Fruit Basket Estimation/FruitBasketUtility.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Fruit Basket Estimation/FruitBasketUtility.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Fruit Basket Estimation/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Fruit Basket Estimation/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Fruit Basket Estimation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Fruit Basket Estimation/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Mall Parking System/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Mall Parking System/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Mall Parking System/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Mall Parking System/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Placement Enrollment Count/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Placement Enrollment Count/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Placement Enrollment Count/main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Placement Enrollment Count/main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/DB.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/DB.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/Player.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/Player.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/PlayerSelectionSystem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/PlayerSelectionSystem.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/database.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Player Selection System_JDBC/database.properties -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Retrieving Data from file/FileDemo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Retrieving Data from file/FileDemo.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Retrieving Data from file/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Retrieving Data from file/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Retrieving Data from file/log.txt: -------------------------------------------------------------------------------- 1 | Welcome to the learning of Streams -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/DB.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/DB.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/Database.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/Database.properties -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/Train.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/Train.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/Trainmamagementsystem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Search for Trains - JDBC/Trainmamagementsystem.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Travel Agency/CommissionInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Travel Agency/CommissionInfo.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Travel Agency/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Travel Agency/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Travel Agency/Ticket.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Travel Agency/Ticket.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Travel Agency/UserInterface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Travel Agency/UserInterface.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Validate Name/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Validate Name/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Validate Name/Validate.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Validate Name/Validate.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Validate Name/ValidateUtility.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Advanced Java Concepts/Validate Name/ValidateUtility.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Arrays and Strings/Least Offer/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Arrays and Strings/Least Offer/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Arrays and Strings/Least Offer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Arrays and Strings/Least Offer/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Arrays and Strings/String Concatenation/Authority.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Arrays and Strings/String Concatenation/Authority.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Arrays and Strings/String Concatenation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Arrays and Strings/String Concatenation/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Classes and Objects/BankAccountDetails/Account.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Classes and Objects/BankAccountDetails/Account.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Classes and Objects/BankAccountDetails/AccountDetails.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Classes and Objects/BankAccountDetails/AccountDetails.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Classes and Objects/BankAccountDetails/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Classes and Objects/BankAccountDetails/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Classes and Objects/Student Details - Constructor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Classes and Objects/Student Details - Constructor/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Classes and Objects/Student Details - Constructor/Student.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Classes and Objects/Student Details - Constructor/Student.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Classes and Objects/Student Details - Constructor/StudentMain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Classes and Objects/Student Details - Constructor/StudentMain.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Classes and Objects/Ticket Price Calculation - Static/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Classes and Objects/Ticket Price Calculation - Static/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Classes and Objects/Ticket Price Calculation - Static/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Classes and Objects/Ticket Price Calculation - Static/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Classes and Objects/Ticket Price Calculation - Static/Ticket.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Classes and Objects/Ticket Price Calculation - Static/Ticket.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/Insurance Bazaar/Bazaar.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/Insurance Bazaar/Bazaar.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/Insurance Bazaar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/Insurance Bazaar/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/Insurance Bazaar/UserInterface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/Insurance Bazaar/UserInterface.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/Number of New Words/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/Number of New Words/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/Number of New Words/UniqueWords.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/Number of New Words/UniqueWords.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/PhoneBook Manipulation/Contact.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/PhoneBook Manipulation/Contact.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/PhoneBook Manipulation/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/PhoneBook Manipulation/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/PhoneBook Manipulation/PhoneBook.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/PhoneBook Manipulation/PhoneBook.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/PhoneBook Manipulation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Collection, Generics and Stream API/PhoneBook Manipulation/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Exception Handling/Array Manipulation - Use try with multi catch/ArrayException.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Exception Handling/Array Manipulation - Use try with multi catch/ArrayException.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Exception Handling/Array Manipulation - Use try with multi catch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Exception Handling/Array Manipulation - Use try with multi catch/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Exception Handling/Register a Candidate - User defined Exception(with throw and throws)/Candidate.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Exception Handling/Register a Candidate - User defined Exception(with throw and throws)/Candidate.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Exception Handling/Register a Candidate - User defined Exception(with throw and throws)/InvalidSalaryException.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Exception Handling/Register a Candidate - User defined Exception(with throw and throws)/InvalidSalaryException.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Exception Handling/Register a Candidate - User defined Exception(with throw and throws)/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Exception Handling/Register a Candidate - User defined Exception(with throw and throws)/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Exception Handling/Register a Candidate - User defined Exception(with throw and throws)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Exception Handling/Register a Candidate - User defined Exception(with throw and throws)/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Account Manipulation - Abstract class/Account.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Account Manipulation - Abstract class/Account.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Account Manipulation - Abstract class/Customer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Account Manipulation - Abstract class/Customer.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Account Manipulation - Abstract class/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Account Manipulation - Abstract class/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Account Manipulation - Abstract class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Account Manipulation - Abstract class/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Account Manipulation - Abstract class/SavingsAccount.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Account Manipulation - Abstract class/SavingsAccount.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Contact Details of Hosteller/Hosteller.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Contact Details of Hosteller/Hosteller.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Contact Details of Hosteller/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Contact Details of Hosteller/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Contact Details of Hosteller/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Contact Details of Hosteller/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Contact Details of Hosteller/Student.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Contact Details of Hosteller/Student.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/Employee.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/Employee.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/Loan.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/Loan.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/PermanentEmployee.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/PermanentEmployee.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/TemporaryEmployee.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Employee Loan Eligibility - Polymorphism/TemporaryEmployee.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Vehicle-Loan-Insurance - Use Interface/Insurance.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Vehicle-Loan-Insurance - Use Interface/Insurance.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Vehicle-Loan-Insurance - Use Interface/Loan.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Vehicle-Loan-Insurance - Use Interface/Loan.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Vehicle-Loan-Insurance - Use Interface/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Vehicle-Loan-Insurance - Use Interface/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Vehicle-Loan-Insurance - Use Interface/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Vehicle-Loan-Insurance - Use Interface/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Vehicle-Loan-Insurance - Use Interface/Vehicle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Inheritance, Polymorphism, Abstract class, Interface/Vehicle-Loan-Insurance - Use Interface/Vehicle.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Introduction to Java/Display Characters/AsciValue.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Introduction to Java/Display Characters/AsciValue.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Introduction to Java/Display Characters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Introduction to Java/Display Characters/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Introduction to Java/Fuel Consumption Calculator/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Introduction to Java/Fuel Consumption Calculator/Main.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Introduction to Java/Fuel Consumption Calculator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Introduction to Java/Fuel Consumption Calculator/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Introduction to Java/Highest Placement/Placement.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Introduction to Java/Highest Placement/Placement.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Introduction to Java/Highest Placement/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Introduction to Java/Highest Placement/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Java 11-12/EB Connection - Switch Enhancements & Compact Number Formatting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Java 11-12/EB Connection - Switch Enhancements & Compact Number Formatting/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Java 11-12/EB Connection - Switch Enhancements & Compact Number Formatting/UserInterface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Java 11-12/EB Connection - Switch Enhancements & Compact Number Formatting/UserInterface.java -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Java 11-12/Holiday Homework - String Methods (Java 11)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Java 11-12/Holiday Homework - String Methods (Java 11)/README.md -------------------------------------------------------------------------------- /Stage 1/Java Programming Fundamentals/Java 11-12/Holiday Homework - String Methods (Java 11)/UserInterface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/Java Programming Fundamentals/Java 11-12/Holiday Homework - String Methods (Java 11)/UserInterface.java -------------------------------------------------------------------------------- /Stage 1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Car & owner details based on car type/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Car & owner details based on car type/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Car & owner details based on car type/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Car & owner details based on car type/query.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Car details based on type and name/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Car details based on type and name/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Car details based on type and name/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Car details based on type and name/query.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Concatenating Details/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Concatenating Details/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Concatenating Details/singlerow3.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Concatenating Details/singlerow3.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Customer using HDFC bank/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Customer using HDFC bank/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Customer using HDFC bank/subquery3bms.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Customer using HDFC bank/subquery3bms.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Customers having gmail id/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Customers having gmail id/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Customers having gmail id/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Customers having gmail id/query.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Delivery Partner details based on rating/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Delivery Partner details based on rating/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Delivery Partner details based on rating/sample.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Delivery Partner details based on rating/sample.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Department name based on block number/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Department name based on block number/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Department name based on block number/bselect3.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Department name based on block number/bselect3.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Hotel_info/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Hotel_info/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Hotel_info/sample.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Hotel_info/sample.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Hotels that took order based on month/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Hotels that took order based on month/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Hotels that took order based on month/sample.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Hotels that took order based on month/sample.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Hunger eats - update table/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Hunger eats - update table/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Hunger eats - update table/sample.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Hunger eats - update table/sample.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Insert Records - Department/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Insert Records - Department/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Insert Records - Department/insert.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Insert Records - Department/insert.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Password Generation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Password Generation/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Password Generation/singlerow1bms.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Password Generation/singlerow1bms.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Rental details based on date/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Rental details based on date/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Rental details based on date/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Rental details based on date/query.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Student and their Department Based on City/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Student and their Department Based on City/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/Student and their Department Based on City/joins3.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/Student and their Department Based on City/joins3.sql -------------------------------------------------------------------------------- /Stage 1/SQL Programming/car rental system - Insert values/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/car rental system - Insert values/README.md -------------------------------------------------------------------------------- /Stage 1/SQL Programming/car rental system - Insert values/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/SQL Programming/car rental system - Insert values/query.sql -------------------------------------------------------------------------------- /Stage 1/User Interface Design/Bootstrap 4/BS Feedback Form/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/Bootstrap 4/BS Feedback Form/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/Bootstrap 4/BS Feedback Form/feedback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/Bootstrap 4/BS Feedback Form/feedback.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/Bootstrap 4/Bootstraps Navigation Bar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/Bootstrap 4/Bootstraps Navigation Bar/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/Bootstrap 4/Bootstraps Navigation Bar/navigation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/Bootstrap 4/Bootstraps Navigation Bar/navigation.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/Bootstrap 4/Contact Us/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/Bootstrap 4/Contact Us/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/Bootstrap 4/Contact Us/contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/Bootstrap 4/Contact Us/contact.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/Bootstrap 4/Page Layout/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/Bootstrap 4/Page Layout/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/Bootstrap 4/Page Layout/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/Bootstrap 4/Page Layout/layout.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/Bootstrap 4/Responsive Web Page/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/Bootstrap 4/Responsive Web Page/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/Bootstrap 4/Responsive Web Page/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/Bootstrap 4/Responsive Web Page/app.css -------------------------------------------------------------------------------- /Stage 1/User Interface Design/Bootstrap 4/Responsive Web Page/responsive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/Bootstrap 4/Responsive Web Page/responsive.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/CSS3- RWD, Media Queries/Bill Calculator/User Interface Design Bill Calculator Description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/CSS3- RWD, Media Queries/Bill Calculator/User Interface Design Bill Calculator Description.pdf -------------------------------------------------------------------------------- /Stage 1/User Interface Design/CSS3- RWD, Media Queries/Bill Calculator/billcalc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/CSS3- RWD, Media Queries/Bill Calculator/billcalc.css -------------------------------------------------------------------------------- /Stage 1/User Interface Design/CSS3- RWD, Media Queries/Bill Calculator/billcalculator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/CSS3- RWD, Media Queries/Bill Calculator/billcalculator.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/CSS3- RWD, Media Queries/FeedBack Details/User Interface Design FeedBack Details Description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/CSS3- RWD, Media Queries/FeedBack Details/User Interface Design FeedBack Details Description.pdf -------------------------------------------------------------------------------- /Stage 1/User Interface Design/CSS3- RWD, Media Queries/FeedBack Details/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/CSS3- RWD, Media Queries/FeedBack Details/index.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/CSS3- RWD, Media Queries/FeedBack Details/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/CSS3- RWD, Media Queries/FeedBack Details/script.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/CSS3- RWD, Media Queries/Trainer Feedback Rating Chart/User Interface Design Trainer Feedback Rating Chart Description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/CSS3- RWD, Media Queries/Trainer Feedback Rating Chart/User Interface Design Trainer Feedback Rating Chart Description.pdf -------------------------------------------------------------------------------- /Stage 1/User Interface Design/CSS3- RWD, Media Queries/Trainer Feedback Rating Chart/trainerfeedbackchart.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/CSS3- RWD, Media Queries/Trainer Feedback Rating Chart/trainerfeedbackchart.css -------------------------------------------------------------------------------- /Stage 1/User Interface Design/CSS3- RWD, Media Queries/Trainer Feedback Rating Chart/trainerfeedbackchart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/CSS3- RWD, Media Queries/Trainer Feedback Rating Chart/trainerfeedbackchart.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Learning Material Styling/LearningMaterial.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Learning Material Styling/LearningMaterial.css -------------------------------------------------------------------------------- /Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Learning Material Styling/LearningMaterial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Learning Material Styling/LearningMaterial.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Learning Material Styling/User Interface Design Learning Material Styling Description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Learning Material Styling/User Interface Design Learning Material Styling Description.pdf -------------------------------------------------------------------------------- /Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Simple CALCULATOR/Calculator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Simple CALCULATOR/Calculator.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Simple CALCULATOR/User Interface Design Simple CALCULATOR Description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Simple CALCULATOR/User Interface Design Simple CALCULATOR Description.pdf -------------------------------------------------------------------------------- /Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Simple CALCULATOR/calc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Simple CALCULATOR/calc.jpg -------------------------------------------------------------------------------- /Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Simple CALCULATOR/calculator.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Simple CALCULATOR/calculator.jpg -------------------------------------------------------------------------------- /Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Simple CALCULATOR/reset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/HTML5-Events, Web Forms, Web Storage, Web SQL Database, Geo location/Simple CALCULATOR/reset.jpg -------------------------------------------------------------------------------- /Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Employee Experience Details - Class and Object & Date/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Employee Experience Details - Class and Object & Date/script.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Find Unique Characters - Functions/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Find Unique Characters - Functions/script.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Fixed And Reducing Interest Loan Estimator/Estimation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Fixed And Reducing Interest Loan Estimator/Estimation.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Fixed And Reducing Interest Loan Estimator/ReducedInterestEstimation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Fixed And Reducing Interest Loan Estimator/ReducedInterestEstimation.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Greetings - DOM/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Greetings - DOM/index.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Greetings - DOM/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Greetings - DOM/script.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Placing Order For Cake - String & Math/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Placing Order For Cake - String & Math/script.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Validate Email - Regular Expression & test Function/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Validate Email - Regular Expression & test Function/script.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Word Play - Operators, Conditional Control Statements & Loops/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/JavaScript - Html DOM, Form Validation, JSON, and Regular Expression/Word Play - Operators, Conditional Control Statements & Loops/script.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Alternate Rows - Selectors/Alternate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Alternate Rows - Selectors/Alternate.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Alternate Rows - Selectors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Alternate Rows - Selectors/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Alternate Rows - Selectors/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Alternate Rows - Selectors/script.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Customer Data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Customer Data/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Customer Data/customer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Customer Data/customer.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Customer Data/customer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Customer Data/customer.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Error Message/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Error Message/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Error Message/employee.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Error Message/employee.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Error Message/employee.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Error Message/employee.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Get JSON Data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Get JSON Data/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Get JSON Data/country.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Get JSON Data/country.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Get JSON Data/country.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Get JSON Data/country.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Ice Cream Flavours - Selectors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Ice Cream Flavours - Selectors/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Ice Cream Flavours - Selectors/flavours.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Ice Cream Flavours - Selectors/flavours.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Ice Cream Flavours - Selectors/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Ice Cream Flavours - Selectors/script.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Load jQuery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Load jQuery/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Load jQuery/load.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Load jQuery/load.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Login Form/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Login Form/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Login Form/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Login Form/login.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Login Form/login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Login Form/login.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Select the Boxes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Select the Boxes/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Select the Boxes/chkbox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Select the Boxes/chkbox.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Select the Boxes/chkbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Select the Boxes/chkbox.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Three Divisions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Three Divisions/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Three Divisions/divisions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Three Divisions/divisions.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Three Divisions/divisions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Three Divisions/divisions.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Vertical Menu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Vertical Menu/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Vertical Menu/menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Vertical Menu/menu.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Vertical Menu/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Vertical Menu/menu.js -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Welcome Message/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Welcome Message/README.md -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Welcome Message/welcome.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Welcome Message/welcome.html -------------------------------------------------------------------------------- /Stage 1/User Interface Design/jQuery/Welcome Message/welcome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 1/User Interface Design/jQuery/Welcome Message/welcome.js -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/2D Array – DS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/2D Array – DS/README.md -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/2D Array – DS/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/2D Array – DS/Solution.java -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Array Manipulation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Array Manipulation/README.md -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Array Manipulation/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Array Manipulation/Solution.java -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Arrays - DS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Arrays - DS/README.md -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Arrays - DS/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Arrays - DS/Solution.java -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Delete duplicate-value nodes from a sorted linked list/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Delete duplicate-value nodes from a sorted linked list/README.md -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Delete duplicate-value nodes from a sorted linked list/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Delete duplicate-value nodes from a sorted linked list/Solution.java -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Divisible Sum Pairs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Divisible Sum Pairs/README.md -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Divisible Sum Pairs/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Divisible Sum Pairs/Solution.java -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Left Rotation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Left Rotation/README.md -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Left Rotation/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Left Rotation/Solution.java -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Mini-Max Sum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Mini-Max Sum/README.md -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Mini-Max Sum/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Mini-Max Sum/Solution.java -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/README.md -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Sparse Arrays/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Sparse Arrays/README.md -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Sparse Arrays/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Sparse Arrays/Solution.java -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Time Conversion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Time Conversion/README.md -------------------------------------------------------------------------------- /Stage 2/Data Structures and Algorithms/Time Conversion/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Data Structures and Algorithms/Time Conversion/Solution.java -------------------------------------------------------------------------------- /Stage 2/Logging and Code Quality/Flight Management/FlightManagement.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Logging and Code Quality/Flight Management/FlightManagement.zip -------------------------------------------------------------------------------- /Stage 2/Logging and Code Quality/Flight Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Logging and Code Quality/Flight Management/README.md -------------------------------------------------------------------------------- /Stage 2/Logging and Code Quality/Patient Intake System/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Logging and Code Quality/Patient Intake System/README.md -------------------------------------------------------------------------------- /Stage 2/Logging and Code Quality/Patient Intake System/patient-intake-system.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Logging and Code Quality/Patient Intake System/patient-intake-system.zip -------------------------------------------------------------------------------- /Stage 2/Logging and Code Quality/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Logging and Code Quality/README.md -------------------------------------------------------------------------------- /Stage 2/Logging and Code Quality/Trainee Manager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Logging and Code Quality/Trainee Manager/README.md -------------------------------------------------------------------------------- /Stage 2/Logging and Code Quality/Trainee Manager/TraineeManager.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Logging and Code Quality/Trainee Manager/TraineeManager.zip -------------------------------------------------------------------------------- /Stage 2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/README.md -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Autowiring/ApplicationConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Autowiring/ApplicationConfig.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Autowiring/Driver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Autowiring/Driver.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Autowiring/Employee.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Autowiring/Employee.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Autowiring/Passport.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Autowiring/Passport.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Autowiring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Autowiring/README.md -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Constructor Injection/Customer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Constructor Injection/Customer.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Constructor Injection/Driver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Constructor Injection/Driver.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Constructor Injection/MemberShip.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Constructor Injection/MemberShip.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Constructor Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Constructor Injection/README.md -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Constructor Injection/applicationContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Constructor Injection/applicationContext.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Constructor Injection/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Constructor Injection/pom.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/CurrencyConverter-Collections/CurrencyConverter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/CurrencyConverter-Collections/CurrencyConverter.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/CurrencyConverter-Collections/Driver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/CurrencyConverter-Collections/Driver.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/CurrencyConverter-Collections/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/CurrencyConverter-Collections/README.md -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/CurrencyConverter-Collections/beans.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/CurrencyConverter-Collections/beans.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/CurrencyConverter-Collections/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/CurrencyConverter-Collections/pom.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address Inner Bean/Address.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address Inner Bean/Address.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address Inner Bean/AddressBook.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address Inner Bean/AddressBook.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address Inner Bean/Driver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address Inner Bean/Driver.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address Inner Bean/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address Inner Bean/README.md -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address Inner Bean/applicationContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address Inner Bean/applicationContext.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address Inner Bean/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address Inner Bean/pom.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address-Scope/Address.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address-Scope/Address.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address-Scope/Customer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address-Scope/Customer.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address-Scope/Driver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address-Scope/Driver.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address-Scope/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address-Scope/README.md -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address-Scope/beans.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address-Scope/beans.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Customer-Address-Scope/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Customer-Address-Scope/pom.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/DBConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/DBConfig.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/EmployeeDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/EmployeeDAO.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/Main.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/README.md -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/beans.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/beans.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/DBConfig-SetterBasedInjection/pom.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EBanking/App.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EBanking/App.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EBanking/BankAccount.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EBanking/BankAccount.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EBanking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EBanking/README.md -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EBanking/SkeletonValidator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EBanking/SkeletonValidator.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EBanking/SmartBankAccount.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EBanking/SmartBankAccount.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EBanking/accounts.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EBanking/accounts.properties -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EBanking/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EBanking/pom.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EBanking/spring.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EBanking/spring.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EZEE Transport/Booking.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EZEE Transport/Booking.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EZEE Transport/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EZEE Transport/Main.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EZEE Transport/README.md: -------------------------------------------------------------------------------- 1 | ### EZEE Transport 2 | -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EZEE Transport/Spring Core, Maven EZEE Transport Description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EZEE Transport/Spring Core, Maven EZEE Transport Description.pdf -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EZEE Transport/TransportService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EZEE Transport/TransportService.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EZEE Transport/Vehicle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EZEE Transport/Vehicle.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EZEE Transport/bean.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EZEE Transport/bean.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EZEE Transport/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EZEE Transport/pom.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EngineAnalysis/App.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EngineAnalysis/App.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EngineAnalysis/Car.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EngineAnalysis/Car.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EngineAnalysis/DieselEngine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EngineAnalysis/DieselEngine.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EngineAnalysis/Engine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EngineAnalysis/Engine.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EngineAnalysis/PetrolEngine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EngineAnalysis/PetrolEngine.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EngineAnalysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EngineAnalysis/README.md -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EngineAnalysis/SkeletonValidator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EngineAnalysis/SkeletonValidator.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EngineAnalysis/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EngineAnalysis/pom.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/EngineAnalysis/spring.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/EngineAnalysis/spring.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Passport Service/App.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Passport Service/App.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Passport Service/AppConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Passport Service/AppConfig.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Passport Service/BangalorePassportOffice.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Passport Service/BangalorePassportOffice.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Passport Service/ChennaiPassportOffice.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Passport Service/ChennaiPassportOffice.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Passport Service/Document.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Passport Service/Document.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Passport Service/HeadPassportOffice.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Passport Service/HeadPassportOffice.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Passport Service/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Passport Service/README.md -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Passport Service/SkeletonValidator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Passport Service/SkeletonValidator.java -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/Passport Service/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/Passport Service/pom.xml -------------------------------------------------------------------------------- /Stage 2/Spring Core, Maven/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Spring Core, Maven/README.md -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Electricity Bill/EBBill.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Electricity Bill/EBBill.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Electricity Bill/EBBillTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Electricity Bill/EBBillTest.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Electricity Bill/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Electricity Bill/README.md -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Electricity Bill/UserInterface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Electricity Bill/UserInterface.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/Book.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/Book.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/BookDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/BookDAO.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/Member.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/Member.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/MemberDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/MemberDAO.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/README.md -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/Transaction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/Transaction.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/TransactionDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Hands On - LMS Refactoring/TransactionDAO.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Parameterized/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Parameterized/README.md -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Parameterized/RainbowJewellers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Parameterized/RainbowJewellers.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Parameterized/RainbowJewellersParameterizedTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Parameterized/RainbowJewellersParameterizedTest.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Parameterized/RainbowJewellersService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Parameterized/RainbowJewellersService.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Parameterized/SkeletonValidator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Parameterized/SkeletonValidator.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Parameterized/Unit Testing, Code Quality Parameterized Description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Parameterized/Unit Testing, Code Quality Parameterized Description.pdf -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Parameterized/UserInterface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Parameterized/UserInterface.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Product Login Test suite/Login.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Product Login Test suite/Login.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Product Login Test suite/LoginDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Product Login Test suite/LoginDAO.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Product Login Test suite/LoginTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Product Login Test suite/LoginTest.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Product Login Test suite/Product.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Product Login Test suite/Product.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Product Login Test suite/ProductDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Product Login Test suite/ProductDAO.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Product Login Test suite/ProductTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Product Login Test suite/ProductTest.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Product Login Test suite/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Product Login Test suite/README.md -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Product Login Test suite/TestSuiteRunner.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Product Login Test suite/TestSuiteRunner.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Product Login Test suite/UserInterface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Product Login Test suite/UserInterface.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/README.md -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/TestMockDB/AccountDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/TestMockDB/AccountDAO.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/TestMockDB/AccountDAOTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/TestMockDB/AccountDAOTest.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/TestMockDB/AccountTransactionException.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/TestMockDB/AccountTransactionException.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/TestMockDB/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/TestMockDB/Main.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/TestMockDB/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/TestMockDB/README.md -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/TestMockDB/Unit Testing, Code Quality TestMockDB Description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/TestMockDB/Unit Testing, Code Quality TestMockDB Description.pdf -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Testing Using Assertion/Customer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Testing Using Assertion/Customer.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Testing Using Assertion/CustomerTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Testing Using Assertion/CustomerTest.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Testing Using Assertion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Testing Using Assertion/README.md -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Testing Using Assertion/UserInterface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Testing Using Assertion/UserInterface.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/Book.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/Book.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/GenerateISBN.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/GenerateISBN.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/GenerateISBNTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/GenerateISBNTest.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/Main.java -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/README.md -------------------------------------------------------------------------------- /Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/Unit Testing, Code Quality Verify Call - JUnit using Mockito Description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 2/Unit Testing, Code Quality/Verify Call - JUnit using Mockito/Unit Testing, Code Quality Verify Call - JUnit using Mockito Description.pdf -------------------------------------------------------------------------------- /Stage 3/Microservices/Access App Via Router - V1/ProductAppApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Access App Via Router - V1/ProductAppApplication.java -------------------------------------------------------------------------------- /Stage 3/Microservices/Access App Via Router - V1/ProductController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Access App Via Router - V1/ProductController.java -------------------------------------------------------------------------------- /Stage 3/Microservices/Access App Via Router - V1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Access App Via Router - V1/README.md -------------------------------------------------------------------------------- /Stage 3/Microservices/Access App Via Router - V1/RouterAppApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Access App Via Router - V1/RouterAppApplication.java -------------------------------------------------------------------------------- /Stage 3/Microservices/Access App Via Router - V1/application.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Access App Via Router - V1/application.properties -------------------------------------------------------------------------------- /Stage 3/Microservices/Access App Via Router - V1/bootstrap.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Access App Via Router - V1/bootstrap.properties -------------------------------------------------------------------------------- /Stage 3/Microservices/Access App Via Router - V1/product_pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Access App Via Router - V1/product_pom.xml -------------------------------------------------------------------------------- /Stage 3/Microservices/Access App Via Router - V1/router_pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Access App Via Router - V1/router_pom.xml -------------------------------------------------------------------------------- /Stage 3/Microservices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/README.md -------------------------------------------------------------------------------- /Stage 3/Microservices/Register App in Spring Cloud/Product.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Register App in Spring Cloud/Product.java -------------------------------------------------------------------------------- /Stage 3/Microservices/Register App in Spring Cloud/ProductAppApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Register App in Spring Cloud/ProductAppApplication.java -------------------------------------------------------------------------------- /Stage 3/Microservices/Register App in Spring Cloud/ProductController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Register App in Spring Cloud/ProductController.java -------------------------------------------------------------------------------- /Stage 3/Microservices/Register App in Spring Cloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Register App in Spring Cloud/README.md -------------------------------------------------------------------------------- /Stage 3/Microservices/Register App in Spring Cloud/application.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Register App in Spring Cloud/application.properties -------------------------------------------------------------------------------- /Stage 3/Microservices/Register App in Spring Cloud/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Microservices/Register App in Spring Cloud/pom.xml -------------------------------------------------------------------------------- /Stage 3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/README.md -------------------------------------------------------------------------------- /Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/Buyer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/Buyer.class -------------------------------------------------------------------------------- /Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/BuyerDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/BuyerDAO.java -------------------------------------------------------------------------------- /Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/BuyerRepository.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/BuyerRepository.java -------------------------------------------------------------------------------- /Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/Flat.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/Flat.class -------------------------------------------------------------------------------- /Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/FlatBuyerApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/FlatBuyerApplication.java -------------------------------------------------------------------------------- /Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/FlatRepository.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/FlatRepository.java -------------------------------------------------------------------------------- /Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/README.md -------------------------------------------------------------------------------- /Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/application.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/application.properties -------------------------------------------------------------------------------- /Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring Data JPA with Spring Boot/Flat Buyer/pom.xml -------------------------------------------------------------------------------- /Stage 3/Spring Data JPA with Spring Boot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring Data JPA with Spring Boot/README.md -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/Course.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/Course.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/CourseController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/CourseController.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/CourseManagementApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/CourseManagementApplication.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/CourseNotFoundException.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/CourseNotFoundException.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/CourseService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/CourseService.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/README.md -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/application.properties: -------------------------------------------------------------------------------- 1 | server.port=5000 2 | -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Course Management - Exception Handling/pom.xml -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Employee REST Service/Company.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Employee REST Service/Company.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Employee REST Service/Employee.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Employee REST Service/Employee.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Employee REST Service/EmployeeRestAppApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Employee REST Service/EmployeeRestAppApplication.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Employee REST Service/EmployeeRestController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Employee REST Service/EmployeeRestController.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Employee REST Service/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Employee REST Service/README.md -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Employee REST Service/application.properties: -------------------------------------------------------------------------------- 1 | server.port=5055 2 | -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Employee REST Service/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Employee REST Service/pom.xml -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/README.md -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/Connection.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/Connection.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/ProviderService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/ProviderService.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/README.md -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/ServiceProviderSystemApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/ServiceProviderSystemApplication.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/ShopController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/ShopController.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/application.properties: -------------------------------------------------------------------------------- 1 | server.port=5090 2 | -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Get and Post/pom.xml -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/Connection.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/Connection.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/ProviderService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/ProviderService.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/README.md -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/ServiceProviderSystemApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/ServiceProviderSystemApplication.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/ShopController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/ShopController.java -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/application.properties: -------------------------------------------------------------------------------- 1 | server.port=5090 2 | -------------------------------------------------------------------------------- /Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 3/Spring REST using Spring Boot/Service Provider System - Put and Delete/pom.xml -------------------------------------------------------------------------------- /Stage 4/Angular/Boat Ride Entrance Fee/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Boat Ride Entrance Fee/README.md -------------------------------------------------------------------------------- /Stage 4/Angular/Boat Ride Entrance Fee/app.component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Boat Ride Entrance Fee/app.component.css -------------------------------------------------------------------------------- /Stage 4/Angular/Boat Ride Entrance Fee/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Boat Ride Entrance Fee/app.component.html -------------------------------------------------------------------------------- /Stage 4/Angular/Boat Ride Entrance Fee/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Boat Ride Entrance Fee/app.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Boat Ride Entrance Fee/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Boat Ride Entrance Fee/app.module.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Boat Ride Entrance Fee/boatride.component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Boat Ride Entrance Fee/boatride.component.css -------------------------------------------------------------------------------- /Stage 4/Angular/Boat Ride Entrance Fee/boatride.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Boat Ride Entrance Fee/boatride.component.html -------------------------------------------------------------------------------- /Stage 4/Angular/Boat Ride Entrance Fee/boatride.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Boat Ride Entrance Fee/boatride.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/Book.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/Book.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/README.md -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/app-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/app-routing.module.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/app.component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/app.component.css -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/app.component.html -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/app.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/app.module.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/book.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/book.service.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/book/book.component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/book/book.component.css -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/book/book.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/book/book.component.html -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/book/book.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/book/book.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/customer/customer.component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/customer/customer.component.css -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/customer/customer.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/customer/customer.component.html -------------------------------------------------------------------------------- /Stage 4/Angular/Book House - Cross component communication/customer/customer.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Book House - Cross component communication/customer/customer.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Change Cases - Pipe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Change Cases - Pipe/README.md -------------------------------------------------------------------------------- /Stage 4/Angular/Change Cases - Pipe/Student.model.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Change Cases - Pipe/Student.model.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Change Cases - Pipe/app.component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Change Cases - Pipe/app.component.css -------------------------------------------------------------------------------- /Stage 4/Angular/Change Cases - Pipe/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Change Cases - Pipe/app.component.html -------------------------------------------------------------------------------- /Stage 4/Angular/Change Cases - Pipe/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Change Cases - Pipe/app.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Change Cases - Pipe/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Change Cases - Pipe/app.module.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Flight Reservation Form - (Dynamic dropdown using ngFor)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Flight Reservation Form - (Dynamic dropdown using ngFor)/README.md -------------------------------------------------------------------------------- /Stage 4/Angular/Flight Reservation Form - (Dynamic dropdown using ngFor)/app.component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Flight Reservation Form - (Dynamic dropdown using ngFor)/app.component.css -------------------------------------------------------------------------------- /Stage 4/Angular/Flight Reservation Form - (Dynamic dropdown using ngFor)/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Flight Reservation Form - (Dynamic dropdown using ngFor)/app.component.html -------------------------------------------------------------------------------- /Stage 4/Angular/Flight Reservation Form - (Dynamic dropdown using ngFor)/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Flight Reservation Form - (Dynamic dropdown using ngFor)/app.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Flight Reservation Form - (Dynamic dropdown using ngFor)/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Flight Reservation Form - (Dynamic dropdown using ngFor)/app.module.ts -------------------------------------------------------------------------------- /Stage 4/Angular/My First - Sports Club App/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/My First - Sports Club App/README.md -------------------------------------------------------------------------------- /Stage 4/Angular/My First - Sports Club App/app.component.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Stage 4/Angular/My First - Sports Club App/app.component.html: -------------------------------------------------------------------------------- 1 | 2 |

Welcome to Sports Club

-------------------------------------------------------------------------------- /Stage 4/Angular/My First - Sports Club App/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/My First - Sports Club App/app.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/My First - Sports Club App/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/My First - Sports Club App/app.module.ts -------------------------------------------------------------------------------- /Stage 4/Angular/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/README.md -------------------------------------------------------------------------------- /Stage 4/Angular/Remove Student - (component, ngFor)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Remove Student - (component, ngFor)/README.md -------------------------------------------------------------------------------- /Stage 4/Angular/Remove Student - (component, ngFor)/Student.model.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Remove Student - (component, ngFor)/Student.model.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Remove Student - (component, ngFor)/app.component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Remove Student - (component, ngFor)/app.component.css -------------------------------------------------------------------------------- /Stage 4/Angular/Remove Student - (component, ngFor)/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Remove Student - (component, ngFor)/app.component.html -------------------------------------------------------------------------------- /Stage 4/Angular/Remove Student - (component, ngFor)/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Remove Student - (component, ngFor)/app.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Remove Student - (component, ngFor)/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Remove Student - (component, ngFor)/app.module.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Rent A Home - Routing with Query param/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Rent A Home - Routing with Query param/README.md -------------------------------------------------------------------------------- /Stage 4/Angular/Rent A Home - Routing with Query param/app-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Rent A Home - Routing with Query param/app-routing.module.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Rent A Home - Routing with Query param/app.component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Rent A Home - Routing with Query param/app.component.css -------------------------------------------------------------------------------- /Stage 4/Angular/Rent A Home - Routing with Query param/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Rent A Home - Routing with Query param/app.component.html -------------------------------------------------------------------------------- /Stage 4/Angular/Rent A Home - Routing with Query param/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Rent A Home - Routing with Query param/app.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Rent A Home - Routing with Query param/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Rent A Home - Routing with Query param/app.module.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Rent A Home - Routing with Query param/home/home.component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Rent A Home - Routing with Query param/home/home.component.css -------------------------------------------------------------------------------- /Stage 4/Angular/Rent A Home - Routing with Query param/home/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Rent A Home - Routing with Query param/home/home.component.html -------------------------------------------------------------------------------- /Stage 4/Angular/Rent A Home - Routing with Query param/home/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Rent A Home - Routing with Query param/home/home.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Show Student DB - ngFor Directive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Show Student DB - ngFor Directive/README.md -------------------------------------------------------------------------------- /Stage 4/Angular/Show Student DB - ngFor Directive/Student.model.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Show Student DB - ngFor Directive/Student.model.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Show Student DB - ngFor Directive/app.component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Show Student DB - ngFor Directive/app.component.css -------------------------------------------------------------------------------- /Stage 4/Angular/Show Student DB - ngFor Directive/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Show Student DB - ngFor Directive/app.component.html -------------------------------------------------------------------------------- /Stage 4/Angular/Show Student DB - ngFor Directive/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Show Student DB - ngFor Directive/app.component.ts -------------------------------------------------------------------------------- /Stage 4/Angular/Show Student DB - ngFor Directive/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/Angular/Show Student DB - ngFor Directive/app.module.ts -------------------------------------------------------------------------------- /Stage 4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/README.md -------------------------------------------------------------------------------- /Stage 4/React/Apple Inc. Market - state/Market.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Apple Inc. Market - state/Market.js -------------------------------------------------------------------------------- /Stage 4/React/Apple Inc. Market - state/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Apple Inc. Market - state/README.md -------------------------------------------------------------------------------- /Stage 4/React/Apple Inc. Market - state/Styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Apple Inc. Market - state/Styles.css -------------------------------------------------------------------------------- /Stage 4/React/Apple Inc. Market - state/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Apple Inc. Market - state/index.js -------------------------------------------------------------------------------- /Stage 4/React/Course Details with Form_Final/CourseDetails.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Course Details with Form_Final/CourseDetails.js -------------------------------------------------------------------------------- /Stage 4/React/Course Details with Form_Final/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Course Details with Form_Final/README.md -------------------------------------------------------------------------------- /Stage 4/React/Course Details with Form_Final/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Course Details with Form_Final/index.js -------------------------------------------------------------------------------- /Stage 4/React/Course Details with Form_Final/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Course Details with Form_Final/styles.css -------------------------------------------------------------------------------- /Stage 4/React/Create Information Dashboard - With State And Props/Info.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Create Information Dashboard - With State And Props/Info.jsx -------------------------------------------------------------------------------- /Stage 4/React/Create Information Dashboard - With State And Props/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Create Information Dashboard - With State And Props/README.md -------------------------------------------------------------------------------- /Stage 4/React/Create Information Dashboard - With State And Props/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Create Information Dashboard - With State And Props/index.js -------------------------------------------------------------------------------- /Stage 4/React/Create Information Dashboard - With State And Props/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Create Information Dashboard - With State And Props/style.css -------------------------------------------------------------------------------- /Stage 4/React/Display Current Date and Time/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Display Current Date and Time/README.md -------------------------------------------------------------------------------- /Stage 4/React/Display Current Date and Time/Register.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Display Current Date and Time/Register.js -------------------------------------------------------------------------------- /Stage 4/React/Display Current Date and Time/Styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Display Current Date and Time/Styles.css -------------------------------------------------------------------------------- /Stage 4/React/Display Current Date and Time/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Display Current Date and Time/index.js -------------------------------------------------------------------------------- /Stage 4/React/FunTimeTicket - PropTypes/Display.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/FunTimeTicket - PropTypes/Display.css -------------------------------------------------------------------------------- /Stage 4/React/FunTimeTicket - PropTypes/Display.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/FunTimeTicket - PropTypes/Display.js -------------------------------------------------------------------------------- /Stage 4/React/FunTimeTicket - PropTypes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/FunTimeTicket - PropTypes/README.md -------------------------------------------------------------------------------- /Stage 4/React/FunTimeTicket - PropTypes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/FunTimeTicket - PropTypes/index.js -------------------------------------------------------------------------------- /Stage 4/React/One Spot Furniture -component/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/One Spot Furniture -component/README.md -------------------------------------------------------------------------------- /Stage 4/React/One Spot Furniture -component/Stock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/One Spot Furniture -component/Stock.js -------------------------------------------------------------------------------- /Stage 4/React/One Spot Furniture -component/Styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/One Spot Furniture -component/Styles.css -------------------------------------------------------------------------------- /Stage 4/React/One Spot Furniture -component/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/One Spot Furniture -component/index.js -------------------------------------------------------------------------------- /Stage 4/React/Quote For the Day - Event/Quote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Quote For the Day - Event/Quote.js -------------------------------------------------------------------------------- /Stage 4/React/Quote For the Day - Event/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Quote For the Day - Event/README.md -------------------------------------------------------------------------------- /Stage 4/React/Quote For the Day - Event/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Quote For the Day - Event/index.js -------------------------------------------------------------------------------- /Stage 4/React/Quote For the Day - Event/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Quote For the Day - Event/styles.css -------------------------------------------------------------------------------- /Stage 4/React/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/README.md -------------------------------------------------------------------------------- /Stage 4/React/Router- Final/About.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Router- Final/About.js -------------------------------------------------------------------------------- /Stage 4/React/Router- Final/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Router- Final/App.js -------------------------------------------------------------------------------- /Stage 4/React/Router- Final/Contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Router- Final/Contact.js -------------------------------------------------------------------------------- /Stage 4/React/Router- Final/Home.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Router- Final/Home.js -------------------------------------------------------------------------------- /Stage 4/React/Router- Final/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Router- Final/README.md -------------------------------------------------------------------------------- /Stage 4/React/Router- Final/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Router- Final/index.js -------------------------------------------------------------------------------- /Stage 4/React/Router- Final/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Router- Final/style.css -------------------------------------------------------------------------------- /Stage 4/React/Search for Course availability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Search for Course availability/README.md -------------------------------------------------------------------------------- /Stage 4/React/Search for Course availability/Search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Search for Course availability/Search.js -------------------------------------------------------------------------------- /Stage 4/React/Search for Course availability/courseList.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Search for Course availability/courseList.json -------------------------------------------------------------------------------- /Stage 4/React/Search for Course availability/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Search for Course availability/index.js -------------------------------------------------------------------------------- /Stage 4/React/Search for Course availability/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Search for Course availability/styles.css -------------------------------------------------------------------------------- /Stage 4/React/Share market-statistics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Share market-statistics/README.md -------------------------------------------------------------------------------- /Stage 4/React/Share market-statistics/ShareMarket.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Share market-statistics/ShareMarket.js -------------------------------------------------------------------------------- /Stage 4/React/Share market-statistics/Styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Share market-statistics/Styles.css -------------------------------------------------------------------------------- /Stage 4/React/Share market-statistics/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Share market-statistics/index.js -------------------------------------------------------------------------------- /Stage 4/React/Sort Applicants List_Final/List.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Sort Applicants List_Final/List.js -------------------------------------------------------------------------------- /Stage 4/React/Sort Applicants List_Final/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Sort Applicants List_Final/README.md -------------------------------------------------------------------------------- /Stage 4/React/Sort Applicants List_Final/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Sort Applicants List_Final/index.js -------------------------------------------------------------------------------- /Stage 4/React/Sort Applicants List_Final/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Sort Applicants List_Final/styles.css -------------------------------------------------------------------------------- /Stage 4/React/Stock Securities -Report- keys and styles-Final/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock Securities -Report- keys and styles-Final/README.md -------------------------------------------------------------------------------- /Stage 4/React/Stock Securities -Report- keys and styles-Final/Stocks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock Securities -Report- keys and styles-Final/Stocks.js -------------------------------------------------------------------------------- /Stage 4/React/Stock Securities -Report- keys and styles-Final/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock Securities -Report- keys and styles-Final/index.js -------------------------------------------------------------------------------- /Stage 4/React/Stock Securities-Props/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock Securities-Props/README.md -------------------------------------------------------------------------------- /Stage 4/React/Stock Securities-Props/Stock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock Securities-Props/Stock.js -------------------------------------------------------------------------------- /Stage 4/React/Stock Securities-Props/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock Securities-Props/index.js -------------------------------------------------------------------------------- /Stage 4/React/Stock Securities-Props/stock.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock Securities-Props/stock.css -------------------------------------------------------------------------------- /Stage 4/React/Stock Securities-double and array props/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock Securities-double and array props/README.md -------------------------------------------------------------------------------- /Stage 4/React/Stock Securities-double and array props/Stock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock Securities-double and array props/Stock.js -------------------------------------------------------------------------------- /Stage 4/React/Stock Securities-double and array props/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock Securities-double and array props/index.js -------------------------------------------------------------------------------- /Stage 4/React/Stock Securities-double and array props/stock.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock Securities-double and array props/stock.css -------------------------------------------------------------------------------- /Stage 4/React/Stock securities-component/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock securities-component/README.md -------------------------------------------------------------------------------- /Stage 4/React/Stock securities-component/Share.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock securities-component/Share.css -------------------------------------------------------------------------------- /Stage 4/React/Stock securities-component/Welcome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock securities-component/Welcome.js -------------------------------------------------------------------------------- /Stage 4/React/Stock securities-component/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Stock securities-component/index.js -------------------------------------------------------------------------------- /Stage 4/React/Student Details using Map_Final/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Student Details using Map_Final/README.md -------------------------------------------------------------------------------- /Stage 4/React/Student Details using Map_Final/StudentDetails.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Student Details using Map_Final/StudentDetails.js -------------------------------------------------------------------------------- /Stage 4/React/Student Details using Map_Final/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Student Details using Map_Final/index.js -------------------------------------------------------------------------------- /Stage 4/React/Student Details using Map_Final/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Student Details using Map_Final/styles.css -------------------------------------------------------------------------------- /Stage 4/React/Style table using External CSS -Final/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Style table using External CSS -Final/README.md -------------------------------------------------------------------------------- /Stage 4/React/Style table using External CSS -Final/Stocks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Style table using External CSS -Final/Stocks.js -------------------------------------------------------------------------------- /Stage 4/React/Style table using External CSS -Final/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Style table using External CSS -Final/index.js -------------------------------------------------------------------------------- /Stage 4/React/Style table using External CSS -Final/stocks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Style table using External CSS -Final/stocks.css -------------------------------------------------------------------------------- /Stage 4/React/Tech Valley - Styles/Forum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Tech Valley - Styles/Forum.js -------------------------------------------------------------------------------- /Stage 4/React/Tech Valley - Styles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Tech Valley - Styles/README.md -------------------------------------------------------------------------------- /Stage 4/React/Tech Valley - Styles/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Tech Valley - Styles/index.js -------------------------------------------------------------------------------- /Stage 4/React/Telecom-statistics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Telecom-statistics/README.md -------------------------------------------------------------------------------- /Stage 4/React/Telecom-statistics/ShareMarket.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Telecom-statistics/ShareMarket.js -------------------------------------------------------------------------------- /Stage 4/React/Telecom-statistics/Styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Telecom-statistics/Styles.css -------------------------------------------------------------------------------- /Stage 4/React/Telecom-statistics/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhisheks008/Cognizant-Java-FSE-Handson-2023/HEAD/Stage 4/React/Telecom-statistics/index.js --------------------------------------------------------------------------------