52 posts are tagged with "java"

  1. January 16, 2022

    Surya is a student at KL University, He is currently standing in the C-Block. He has 8 friends who are situated at different Blocks (Places…

  2. December 24, 2021

    In this installation guide we will be installing maven on windows 11. Prerequisites jdk 1.8 or higher Maven version 3.3 or higher require…

  3. September 22, 2021

    Perform given tasks taking reference from Skill Experiment 6 with Hibernate Query Language Display all the employee details in the…

  4. September 19, 2021

    Harshith is a manager for an IT (Information Technology) Company who maintains the records of his employees. Store the Employee details…

  5. September 18, 2021

    Write a java program/JSP to connect to the database and extract data from the tables and display them using various SQL queries. Insert…

  6. September 16, 2021

    Your goal is to find the number of ways to construct an array such that consecutive positions contain different values. Specifically, we…

  7. September 16, 2021

    In this challenge, you will be given an array and must determine an array . There is a special rule: For all , . That is, can be any…

  8. September 02, 2021

    You are given two arrays, A and B, both containing N integers. A pair of indices is beautiful if the element of array is equal to the…

  9. September 02, 2021

    Marc loves cupcakes, but he also likes to stay fit. Each cupcake has a calorie count, and Marc can walk a distance to expend those calories…

  10. September 02, 2021

    Using JSP Concepts try to execute the following scenario Scenario Create a table in the database containing the columns to store book…

  11. August 29, 2021

    Using JSP Concepts try to execute the following scenario. Which consist of two tasks. Task 2: Create a catalogue page containing the book’s…

  12. August 26, 2021

    The classic programming language of Bitland is Bit++. This language is so peculiar and complicated. The language is that peculiar as it has…

  13. August 26, 2021

    One day three best friends Petya, Vasya and Tonya decided to form a team and take part in programming contests. Participants are usually…

  14. August 26, 2021

    Theatre Square in the capital city of Berland has a rectangular shape with the size n × m meters. On the occasion of the city’s…

  15. August 25, 2021

    Pooja would like to withdraw X $US from an ATM. The cash machine will only accept the transaction if X is a multiple of 5, and Pooja’s…

  16. August 20, 2021

    Alice is a kindergarten teacher. She wants to give some candies to the children in her class. All the children sit in a line and each of…

  17. August 20, 2021

    There are two n-element arrays of integers, A and B. Permute them into some a and b such that the relation a[i] + b[i] >= k holds for all i…

  18. August 20, 2021

    You will be given a list of integers,arr, and a single integer k. You must create an array of length k from elements of arr such that its…

  19. August 06, 2021

    Whenever George asks Lily to hang out, she’s busy doing homework. George wants to help her finish it faster, but he’s in over his head! Can…

  20. August 06, 2021

    In the previous challenge, you wrote code to perform an Insertion Sort on an unsorted array. But how would you prove that the code is…

  21. August 06, 2021

    Problem description The median of a list of numbers is essentially its middle element after sorting. The same number of elements occur…

  22. August 06, 2021

    Problem description You are given 3 numbers a, b and x. You need to output the multiple of x which is closest to pow(a,b). If more than one…

  23. August 06, 2021

    Problem description Given a list of integers, count and return the number of times each value appears as an array of integers. Input format…

  24. August 06, 2021

    Given problem statment HackerLand National Bank has a simple policy for warning clients about possible fraudulent account activity. If the…

  25. August 06, 2021

    Given problem statment In Insertion Sort Part 1, you inserted one element into an array at its correct sorted position. Using the same…

  26. August 06, 2021

    Given problem statment Sorting One common task for computers is to sort data. For example, people might want to see all their files on a…

  27. August 06, 2021

    Given problem statment A space explorer’s ship crashed on Mars! They send a series of SOS messages to Earth for help. Letters in some of…

  28. August 06, 2021

    Given problem statment Dothraki are planning an attack to usurp King Robert’s throne. King Robert learns of this conspiracy from Raven and…

  29. August 06, 2021

    Given problem statment In this challenge, you will determine whether a string is funny or not. To determine whether a string is funny…

  30. August 05, 2021

    Given problem statment A numeric string, s , is beautiful if it can be split into a sequence of two or more positive integers, solution in…

  31. August 05, 2021

    Given problem statment Sherlock considers a string to be valid if all characters of the string appear the same number of times. It is also…

← All tags