↓ Skip to Main Content

TheoryApp

Main Navigation

  • Home
  • Java
Home › Posts tagged java

Tag: java

Compare Strings in Java

By theoryapp Posted on August 30, 2020 Posted in Java Tagged with equals, java, string, string comparison

The String class provides a method equals() to compare string values. The double equal sign == only compares the references, not the values. Here “a” and “b” are pointing to two different String objects. The equals() method will check the …

Compare Strings in Java Read more »

Top 10 Java People in History

By theoryapp Posted on July 16, 2020 Posted in Java Tagged with java

Here are the top 10 Java people you should know. They have built new languages, frameworks, products, or books that are largely adored by the Java community. 1. James Gosling: Father of Java James Gosling (born May 19, 1955) is …

Top 10 Java People in History Read more »

Explore Twitter’s Social Network

By theoryapp Posted on January 1, 2020 Posted in Java Tagged with graph, intersection, java, random walk, twitter

Twitter’s social network is a directed graph structure, where each user follows some other users. Here we consider two tasks: Random walk: Starting from one user, find a random friend, and continue … Common friends: Find common friends of two …

Explore Twitter’s Social Network Read more »

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 »

Posts navigation

1 2 3 … 5 Next

Recent Posts

  • 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
  • How to Search in Aarrys by Object Property in JavaScript
  • How to Generate PDF File in JavaScript
  • Impagliazzo’s Hardcore Lemma and Computational Hardness
  • Searching and Replacing with grep and sed
  • Turn Off Voice Assistant on Apple Mac
  • A Double Sum of Binomials
  • Chernoff Bound

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 context free language CSS derandomization divide and conquer dom endswith FIFO fourier analysis generic type geocoding google maps html inheritance interface java java collection JavaScript lifo loop mysql object-oriented PHP polymorphism probability programming pseudorandom generator random random walk recursion regular expression regular language seo sql startswith store locator string twitter url redirect xml

Archives

  • 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
© 2023 TheoryApp | Powered by Responsive Theme