Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse J

Alphabetical listing with fast deep pagination.
10965 items • Page 93 / 220

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Java Question: Write a static method that allocates memory for numElems floats (
Java Question: Write a static method that allocates memory for numElems floats (where numElems is an int parameter) AND initializes each element to a float value (another paramete…
Java Question: Write code to fill an array of size n with unique random numbers
Java Question: Write code to fill an array of size n with unique random numbers in the range 0-10n (inclusive). Write one method that is O(n2) or worse Recall that often a more ef…
Java Question: Write the class Bag that implements the Baglnterface using an Arr
Java Question: Write the class Bag that implements the Baglnterface using an Array. Baglnterface should have the following methods. Write the main method to create two bags. One b…
Java Question: You are consulting for a hospital and they want you to build an a
Java Question: You are consulting for a hospital and they want you to build an application to take in Patient information. So you start building out the Patient Object with the fo…
Java Question: sortedList is an object of type SortedListInterface that holds In
Java Question: sortedList is an object of type SortedListInterface that holds Integers. What is the contents of sortedList  after each statement below? sortedList.add(8); // a. wh…
Java Question: you will implement a variant of an interesting open addressing ha
Java Question: you will implement a variant of an interesting open addressing hashing strategy known as cuckoo hashing. Two independent hash functions are used, and computed for e…
Java Question? Create a program that will input a number grade from a user in a
Java Question? Create a program that will input a number grade from a user in a dialog box. Input it as a string, try to convert it to an integer, and try to see if the number is …
Java Questions 1. Are there ways to make it easier to keep track of what a secti
Java Questions 1. Are there ways to make it easier to keep track of what a section of code does? 2.Lets say I have a class to keep track of the objects in my kitchen. Each object …
Java Questions 1.What is the difference between multiprocessing and multithreadi
Java Questions 1.What is the difference between multiprocessing and multithreading? 2.How many Abstract Classes can a subclass extend? 3.What two techniques can be used to change …
Java Questions 10. What is the keyword used to call another constructor in the s
Java Questions 10. What is the keyword used to call another constructor in the same class? 11. What is the keyword used to call a constructor from the class's superclass? 14. Whic…
Java Questions 20. Within the body of a method named myMethod, there is a call t
Java Questions 20. Within the body of a method named myMethod, there is a call to another method that may throw a checked exception. What are the two options the programmer has to…
Java Questions Help Which operation is not a primary operation of a map? keys()
Java Questions Help Which operation is not a primary operation of a map? keys() remove(k) values() put(k) What is the most basic data structure, that can be used to implement a ma…
Java Questions Object References: You use a null reference to indicate that an o
Java Questions Object References: You use a null reference to indicate that an object variable (reference) does not refer to any object. Of course, you cannot invoke methods on a …
Java Questions Please use the table list below for ALL questions. Q1: If the lis
Java Questions Please use the table list below for ALL questions. Q1: If the list in the accompanying figure was sorted using selection sort, which two elements would be swapped f…
Java Questions Q1: If the list in the accompanying figure was sorted using selec
Java Questions Q1: If the list in the accompanying figure was sorted using selection sort, which two elements would be swapped first? A. 5 and 16 B. 65 and 16 C. 5 and 45 D. 7 and…
Java Questions Question 1: File = InputStream = OutputStream = FileWrite = FileC
Java Questions Question 1: File = InputStream = OutputStream = FileWrite = FileClass = ObjectInputStream = Serializable = ObjectOutputStream = A. An abstract class that defines me…
Java Questions are in bold. Which of these is a valid way to create a String? (c
Java Questions are in bold. Which of these is a valid way to create a String? (choose all that apply) Question 1 options: String s = "Hello"; String s = new String("Hello"); char[…
Java Questions, Please answer all: Question 1: File = InputStream = OutputStream
Java Questions, Please answer all: Question 1: File = InputStream = OutputStream = FileWrite = FileClass = ObjectInputStream = Serializable = ObjectOutputStream = A. An abstract c…
Java Questions. 1. (5) Assume selection sort is applied to the following array.
Java Questions. 1. (5) Assume selection sort is applied to the following array. Show the state of the array after the first pass of the outer loop. Once a numbe is fixed you do no…
Java Questions. 1. In the AList implementation, when an array-based list is empt
Java Questions. 1. In the AList implementation, when an array-based list is empty A. the numberOfEntries field contains 0 B. the array is set to null C. the array is re-sized to h…
Java Questions: 1.What will be the value inside the variables x and y after the
Java Questions: 1.What will be the value inside the variables x and y after the given set of assignments? a. x= 40, y = 20 b. x = 20, y = 10 c.x= 10, y = 20 d. x = 20, y = 20 2. W…
Java Quiz Choose the correct answer to each question or statement. 1. In Java, t
Java Quiz Choose the correct answer to each question or statement. 1. In Java, the result of 31 / 2 is _________________ . None of the above. 2. Which of the following is not a pr…
Java Quiz Please use this table list for ALL questions. Q1: If a binary search w
Java Quiz Please use this table list for ALL questions. Q1: If a binary search was used on the list in the accompanying figure, which element would the search element be compared …
Java Quiz Q1: If a binary search was used on the list in the accompanying figure
Java Quiz Q1: If a binary search was used on the list in the accompanying figure, which element would the search element be compared to first? A. 4 B. 35 C. 44 D. 98 Q2: If the li…
Java REST Caculator In this lab you’ll be implementing a number of smaller funct
Java REST Caculator In this lab you’ll be implementing a number of smaller functions as part of a REST based service. You will only need to create the server side of this service …
Java RMI- Join the ring and send text file to complete the case statements in Ch
Java RMI- Join the ring and send text file to complete the case statements in ChordUser.java import java.rmi.*; import java.net.*; import java.util.*; import java.io.*; /*********…
Java Rainfall Class. Write a Rainfall class that stores the total amounts of rai
Java Rainfall Class.    Write a Rainfall class that stores the total amounts of rainfall for each of the 12 months of a year into an array of doubles. You should have a setter tha…
Java Reading and writing text files Write a java class ReadNumbers.java The file
Java Reading and writing text files Write a java class ReadNumbers.java The file will read a text file numbers.txt. Each line of numbers.txt contains an integer number. The first …
Java Rectangle Patterns Write a program that reads in lines from the input. Each
Java Rectangle Patterns Write a program that reads in lines from the input. Each line has two integer values followed by a single character. The objective is to print a rectangle …
Java Recursive Grammar, Java Ids = { w : w is a legal Java identifier}, the task
Java Recursive Grammar, Java Ids = { w : w is a legal Java identifier}, the task is to implement and test the algorithm below, helper methods can be defined as needed. The pseudoc…
Java Red-Black Tree Assignment (fixed) Part 3: Red-black trees Left-leaning red-
Java Red-Black Tree Assignment (fixed) Part 3: Red-black trees Left-leaning red-black trees, as they are described in the Sedgewick and Wayne text, undergo 3 possible transformati…
Java Rewrite the getFrequencyOf method in the ArrayBag class using recursion. Fo
Java Rewrite the getFrequencyOf method in the ArrayBag class using recursion. For full credit, do not invoke the toArray method. The original, non-recursive version is displayed b…
Java Rock Paper Scissors Client Server Program I need to create a client server
Java Rock Paper Scissors Client Server Program I need to create a client server program of Rock Paper Scissors. There needs to be TWO Java classes - one to run the server, one to …
Java SE 1. Design a program to calculate a parttime worker\'s year income 2. The
Java SE 1.   Design a program to calculate a parttime worker's year income    2.   The program accepts these data from keyboard:        (1) enter name of the worker        (2) per…
Java SPECIFICATIONS Start with Lab05 and rename it as Lab06 Create an array of S
Java SPECIFICATIONS Start with Lab05 and rename it as Lab06 Create an array of Student class objects 1.   Instead of creating one instance of the Student class, create an array of…
Java SPECIFICATIONS Write a class for Student grade data and write a program to
Java SPECIFICATIONS Write a class for Student grade data and write a program to create an object from this class and use it to produce a report Write a class for Student grade dat…
Java SQL Queries I have a working JavaFX program that acts as an SQL Client that
Java SQL Queries I have a working JavaFX program that acts as an SQL Client that opens MS Access databases and can run queries and output to tableview. I need to add some function…
Java Script C15 Question 1 (1 point) Which property of the location object can b
Java Script C15 Question 1 (1 point) Which property of the location object can be used to retrieve the query string from the URL? Question 1 options: search query params options S…
Java Script Find the people from the ancestry data set (textbook) who are didn\'
Java Script Find the people from the ancestry data set (textbook) who are didn't live past their 40th birthday & who passed away after 1800. Tip: Use the function filter() var…
Java Script Problem #3 Write a script that creates objects for people named Ani,
Java Script Problem #3 Write a script that creates objects for people named Ani, Sipho, Tuulia, Aolani, Hiro, and Xue, such that: Tuulia is the mother of Sipho. Ani and Sipho are …
Java Script Question 1 (1 point) jQuery is Question 1 options: a programming lan
Java Script Question 1 (1 point) jQuery is Question 1 options: a programming language a part of the CSS3 specification an open source JavaScript library an extension of the Chrome…
Java Script Questions Question 1 (1 point) Javascript statements are separated b
Java Script Questions Question 1 (1 point) Javascript statements are separated by _________ Question 1 options: Save Question 2 (1 point) A javascript _______ is a block of Javasc…
Java Script c10 Question 1 (1 point) What does an HTML5 type attribute for an in
Java Script c10 Question 1 (1 point) What does an HTML5 type attribute for an input element do? Question 1 options: It validates the data entered by the user. It indicates the typ…
Java Script c10 Question 9 (1 point) Which of the following coding sequences can
Java Script c10 Question 9 (1 point) Which of the following coding sequences can be used to validate the data on a form and submit it to the server? Question 9 options: Within the…
Java Script c8 Question 6 (1 point) Which of the following code statements gets
Java Script c8 Question 6 (1 point) Which of the following code statements gets the value of a text box? Question 6 options: text() text(value) val() val(value) Save Question 7 (1…
Java Script c8 jQuery is Question 1 options: a part of the CSS3 specification an
Java Script c8 jQuery is Question 1 options: a part of the CSS3 specification an open source JavaScript library an extension of the Chrome browser Question 4 (1 point) You include…
Java Script c9 Question 1 (1 point) You use the basic jQuery methods for effects
Java Script c9 Question 1 (1 point) You use the basic jQuery methods for effects to Question 1 options: determine how an effect is performed on selected elements start or stop an …
Java Script c9 Question 1 (1 point) You use the basic jQuery methods for effects
Java Script c9 Question 1 (1 point) You use the basic jQuery methods for effects to Question 1 options: start or stop an animation on selected elements display or hide selected el…
Java Script c9 Question 8 (1 point) If you chain animate() methods for an elemen
Java Script c9 Question 8 (1 point) If you chain animate() methods for an element, the animations are stored in Question 8 options: an array a queue a sequence a properties map Sa…
Java Separate JPanels, DrawArcs.java(Fan) and StillClock.java(clock) are given b
Java Separate JPanels, DrawArcs.java(Fan) and StillClock.java(clock) are given below. Use your own thread to give them a life, that means make the clock to work in realtime, and F…