↓ Skip to Main Content

TheoryApp

Main Navigation

  • Home
  • Java

Writing Classes in Java

By theoryapp Posted on December 30, 2019 Posted in Java Tagged with class, java, method design, object, object-oriented

There are two meanings of “class”. A class could be: a code library (a collection of methods). For example, java.lang.Math contains methods for performing basic numeric operations. an object data type (a description of a concept). For example, java.lang.String represents …

Writing Classes in Java Read more »

Azuma’s Inequality

By theoryapp Posted on December 30, 2019 Posted in Probability Tagged with azuma's inequality, concentration bound

The Chernoff bound gives the concentration of sums of independent random variables. The concentration result can be generalized to martingales. Martingales and Azuma’s Inequality A sequence of random variables \(X_0, X_1, \ldots, X_n\) is called a martingale if \[ {\bf …

Azuma’s Inequality Read more »

Read and Write Text Files in Java

By theoryapp Posted on December 30, 2019 Posted in Java Tagged with file input, file output, text file

An I/O Stream represents an input source or an output destination. A stream can represent many different kinds of sources and destinations, including disk files, devices, other programs, and memory arrays. A file is identified by its path through the …

Read and Write Text Files in Java Read more »

Debugging in Java

By theoryapp Posted on December 30, 2019 Posted in Java Tagged with debug, java

A software bug is a mistake in a program. Debugging is to find and correct the mistakes (introduced by yourself). Programmers usually spend 20% of time for coding, and 80% of time for debugging. In 1996, the European Space Agency’s …

Debugging in Java Read more »

Posts navigation

Previous 1 … 23 24 25 26 27 … 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