↓ Skip to Main Content

TheoryApp

Main Navigation

  • Home
  • Java

Store Locator using Java

By theoryapp Posted on January 1, 2020 Posted in Java Tagged with ArrayList, class, geocoding, java, store locator, string

We would like to write a program to find the closest store to an input address. The program is provided with a list of locations; it asks for an input address, and then outputs the closet store location. The dataset …

Store Locator using Java Read more »

Sudoku Checker and Solver

By theoryapp Posted on December 31, 2019 Posted in Java Tagged with backtrack, java, recursion, sudoku, sudoku checker, sudoku solver

Sudoku is a puzzle where we need to fill a 9×9 grid with digits from 1 to 9 such that each column, each row, and each of the nine 3×3 blocks contains all of the 1-9 digits. Sudoku Checker The …

Sudoku Checker and Solver Read more »

Polymorphism in Java

By theoryapp Posted on December 30, 2019 Posted in Java Tagged with abstract class, abstract method, interface, polymorphism

A polymorphic reference is a variable that can refer to different types of objects. A reference can refer to an object of its class, or to an object of any subclass. When we call a method through a polymorphic reference, …

Polymorphism in Java Read more »

Inheritance in Java

By theoryapp Posted on December 30, 2019 Posted in Java Tagged with abstract class, abstract method, final, inheritance, java, subclass, superclass

The following are different relationships between classes. Let A and B be two classes. Dependency: A uses B Aggregation: A has-a B (as an attribute) Inheritance: B is a kind of A Subclass and Superclass In Java, new classes (child …

Inheritance in Java Read more »

Posts navigation

Previous 1 … 22 23 24 25 26 … 30 Next

Recent Posts

  • Customize Mediawiki To Remove Management Links
  • Install and Run PHP on MacOS
  • Load Apache Access Logs into MySQL
  • How to Stop Processes Run by “launchd” in Mac
  • Use PHP Imagick to Combine Multiple Images into One Image
  • Remove a Substring Based on Begining and Ending Tags in PHP
  • Trim Leading Zeros of Numbers in a String with PHP
  • How to Create a Table using jsPDF
  • How to Choose a Random Element from an Array
  • How to Print a List of Items in Rows and Columns in jsPDF

Categories

  • Algorithm
  • BigData
  • Combinatorics
  • DevTool
  • HowTo
  • Java
  • JavaScript
  • MySQL
  • PHP
  • Probability
  • SQL
  • Theory
  • Uncategorized
  • Web

Tags

abstract class abstract method ArrayList boolean function chernoff bound class CSS derandomization divide and conquer dom endswith expression FIFO fourier analysis generic type geocoding google maps html inheritance interface java java collection JavaScript lifo loop mysql object-oriented parser PHP polymorphism probability programming pseudorandom generator random random walk recursion regular expression rss seo sql startswith store locator string twitter xml

Archives

  • May 2024
  • March 2024
  • February 2024
  • January 2024
  • July 2023
  • May 2023
  • March 2023
  • May 2022
  • February 2022
  • December 2021
  • August 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • February 2020
  • January 2020
  • December 2019

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2025 TheoryApp | Powered by Responsive Theme