Web development and programming
191828 questions • Page 3709 / 3837
package bstpractice; import java.io.*; import java.util.*; class Node { public S
package bstpractice; import java.io.*; import java.util.*; class Node { public String name; //data[low] or data[high] are the data items represented by the subtree //data[mid] is …
package buttongui; import static com.sun.deploy.config.JREInfo.clear; import jav
package buttongui; import static com.sun.deploy.config.JREInfo.clear; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; imp…
package ch03.stacks; import support.LLNode; public class LinkedStack implements
package ch03.stacks; import support.LLNode; public class LinkedStack implements UnboundedStackInterface{ protected LLNode top; // reference to the top of this stack public LinkedS…
package chapter4; import java.util.*; public class SetOfFloatingPoint { public s
package chapter4; import java.util.*; public class SetOfFloatingPoint { public static void main(String[] args) { float total = 0; float count = 0; Scanner in = new Scanner(System.…
package chapter4; import java.util.*; public class WhileLoopPrints { private sta
package chapter4; import java.util.*; public class WhileLoopPrints { private static Scanner in; public static void main(String[] args) { { int sum = 0; for (int i = 0; i < 100;…
package code; /** * You are given a partial definition of a Recipe class. Your t
package code; /** * You are given a partial definition of a Recipe class. Your task is to complete this class by * writing a constructor and 3 getter methods for the 3 instance va…
package code; /** * You are given a partial definition of a Recipe class. Your t
package code; /** * You are given a partial definition of a Recipe class. Your task is to complete this class by * writing a constructor and 3 getter methods for the 3 instance va…
package code; import java.io.IOException; import java.nio.file.Files; import jav
package code; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; p…
package code; import java.io.IOException; import java.nio.file.Files; import jav
package code; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; p…
package code; import java.io.IOException; import java.nio.file.Files; import jav
package code; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; p…
package code; import java.io.IOException; import java.nio.file.Files; import jav
package code; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; p…
package code; import java.util.HashMap; /* * Homework 3, part 1 * * This homewor
package code; import java.util.HashMap; /* * Homework 3, part 1 * * This homework is the first step to a geography-based application. It gives you practice with the following * co…
package code; public class AssignmentOne { public static void main(String[]args)
packagecode; publicclassAssignmentOne { publicstaticvoidmain(String[]args) { System.out.println("* * * * * *"); System.…
package code; public class SavingsAccount { . * Define this class to that repres
package code; public class SavingsAccount { . * Define this class to that represents a simple Savings Account. * Pay attention to the names, parameters and return types of the met…
package code; public class WriteUp { /* * Your job in this write-up is to do two
package code; public class WriteUp { /* * Your job in this write-up is to do two things: * * 1) write tests for the required functionality of * the method described below * * 2) f…
package com.IST240Apps import java.awt.event.* import java.awt.* public class Li
package com.IST240Apps import java.awt.event.* import java.awt.* public class ListenerKey extends Jframe implements Keylistener i JtextPield keyTextnew JTextField (80) Jlabel keyL…
package com.binarytree; import java.util.Iterator; import java.util.List; public
package com.binarytree; import java.util.Iterator; import java.util.List; public class Main { public static void main(String[] args) { BinarySearchTree tree = new BinarySearchTree…
package com.binarytree; import java.util.Iterator; import java.util.List; public
package com.binarytree; import java.util.Iterator; import java.util.List; public class Main { public static void main(String[] args) { BinarySearchTree tree = new BinarySearchTree…
package com.example.admin.hw4; import android.app.Activity import android.suppor
package com.example.admin.hw4; import android.app.Activity import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widg…
package com.example.admin.hw4; import android.app.Activity; import android.suppo
package com.example.admin.hw4; import android.app.Activity; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.wid…
package com.example.diyahsbluetooth; import java.io.IOException; import java.io.
package com.example.diyahsbluetooth; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.ArrayList; import java.util.Set; import …
package com.list; public class Main { public static void main(String[] args) { N
package com.list; public class Main { public static void main(String[] args) { NodeList list = new NodeList(); list.add("Book"); list.add("La…
package csci3230.hw3; import java.io.File; import java.io.IOException; import ja
package csci3230.hw3; import java.io.File; import java.io.IOException; import java.util.ListIterator; import java.util.NoSuchElementException; import java.util.Random; import csci…
package csci3230.hw4; import java.io.File; import java.io.IOException; import ja
package csci3230.hw4; import java.io.File; import java.io.IOException; import java.util.Iterator; import java.util.LinkedList; import java.util.Random; public class PQList extends…
package dataStructures; /** * Class OrderedLinkedList. * * This class functions
package dataStructures; /** * Class OrderedLinkedList. * * This class functions as a linked list, but ensures items are stored in ascending order. * */ public class OrderedLinkedL…
package date; importjava.util.Scanner; public class Main { public static void ma
package date; importjava.util.Scanner; public class Main { public static void main(String[] args) { Scanner inputs = new Scanner(System.in); Stringch,…
package dessertshop ; public class DessertShop { public static void main( String
package dessertshop; public class DessertShop { public static void main( String[] args ) { Candy item1 = new Candy( "Peanut Butter Fudge", 2.25, 3.99 ); Cookie item2 = new Cookie(…
package driver; import db.Statistics; import db.Student; import util.Util; publi
package driver; import db.Statistics; import db.Student; import util.Util; public class Driver { public static void main(String [] args) { Student lab2 [] = new Student[…
package ds; public class Stack { public int size; public int top; public int[] a
package ds; public class Stack { public int size; public int top; public int[] array; public Stack () { size = 0; top = -1; array = null; } public Stack (int _size) { size = _size…
package edu.buffalo.csel 16 16; Some updates could not be installed Install auto
package edu.buffalo.csel 16 16; Some updates could not be installed Install automatically. import java .util Abstractset; import java.util.Iterator; public class BinarysearchTree …
package edu.pupr.BMI; import org.eclipse.swt.widgets.Display; import org.eclipse
package edu.pupr.BMI; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Text; import org.eclipse.swt.SWT; import org.ecl…
package edu; import java.util.List; import java.util.Optional; public class Sear
package edu; import java.util.List; import java.util.Optional; public class Search { /** Looks for the position of the named team in an array. */ public static Optional<Integer…
package eecs.hm; import java.util.List; import java.util.Map; public class M4 {
package eecs.hm; import java.util.List; import java.util.Map; public class M4 { /* Given a list of elements each of which is a list of strings containing expenses made…
package eecs.hm; public class M1 { /* Given a positive integer n, return the num
package eecs.hm; public class M1 { /* Given a positive integer n, return the number of "palindro additions" needed to make it a palindrome (i.e. reads the same left-to…
package eecs.hm; public class M1 { /* Given a positive integer n, return the num
package eecs.hm; public class M1 { /* Given a positive integer n, return the number of "palindro additions" needed to make it a palindrome (i.e. reads the same left-to-right and r…
package eecs.hm; public class M2 { /* Given a non-empty string,determine the lon
package eecs.hm; public class M2 { /* Given a non-empty string,determine the longest sequence of repeating characters in it (i.e. consecutive characters that are the same) and ret…
package facebook; import java.awt.*; public class Facebook{ private String name;
package facebook; import java.awt.*; public class Facebook{ private String name; private String content; DrawingPanel panel; private Graphics g; public Facebook(String nm){ conten…
package gameClasses; public class Sprite { public static final int MAX_WIDTH = 6
package gameClasses; public class Sprite { public static final int MAX_WIDTH = 64; public static final int MAX_HEIGHT = 64; public final int width, height; private static int[] ge…
package grades; //D.Lopes //9.3.18 //Grade HW Assignment public class Grade { //
package grades; //D.Lopes //9.3.18 //Grade HW Assignment public class Grade { //data variables private String year; private String course; private char grade; //default constructo…
package hw2; * Homework assignment 2: Expression trees * * The goal of this assi
package hw2; * Homework assignment 2: Expression trees * * The goal of this assignment is to give you practice in * working with "expression trees". In this implementation, * expr…
package index; import java.io.IOException; import java.io.Reader; import java.ut
package index; import java.io.IOException; import java.io.Reader; import java.util.List; import java.util.Set; import comparators.TfIdfComparator; import documents.DocumentId; /**…
package insy.java.hw6; import javax.swing.*; /** A simple class that stores info
package insy.java.hw6; import javax.swing.*; /** A simple class that stores information about a Home **/ public class Home extends House { private String familyName; privat…
package javacode; import com.thoughtworks.selenium.*; import org.junit.After; im
package javacode; import com.thoughtworks.selenium.*; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.server.SeleniumServer; imp…
package jsjf; import jsjf.exceptions.*; import java.util.Iterator; /** * Represe
package jsjf; import jsjf.exceptions.*; import java.util.Iterator; /** * Represents a linked implementation of a stack. * * @author Java Foundations * @version 4.0 */ public class…
package lab03stringbag; /** * Lab 3 String Bag - tester for Lab 3 * Programmed b
package lab03stringbag; /** * Lab 3 String Bag - tester for Lab 3 * Programmed by Stephen Brower * Inspired by Michael Main * @author Stephen T. Brower */ public class StringBagSi…
package lab5; import java.io.PrintStream; import java.util.Scanner; public class
package lab5; import java.io.PrintStream; import java.util.Scanner; public class Lab5 { public static void main(String[] args) { Scanner in = new Scanner(System.in); …
package lab7; import java.util.ArrayList; import java.util.List; import java.uti
package lab7; import java.util.ArrayList; import java.util.List; import java.util.Scanner; public class Lab7 { public static void main(String[] args) { Scanner in = new …
package lab7; import java.util.Scanner; //Sammy Student, Programmer public class
package lab7; import java.util.Scanner; //Sammy Student, Programmer public class Maze { static Scanner sc = new Scanner(System.in); // maze movements static char myMove = ''; // c…
package lecture2; /** * This is a skeleton file for your homework. Edit the sect
package lecture2; /** * This is a skeleton file for your homework. Edit the sections marked TODO. You * may also edit the function "main" to test your code. * * You must not chang…
package lib280.base; import lib280.exception.InvalidArgument280Exception; public
package lib280.base; import lib280.exception.InvalidArgument280Exception; public class NDPoint280 implements Comparable<NDPoint280> { protected Double coords[]; prot…
Subject
Web development and programming
Use Browse or pick another subject.