I'm working with 2 tables: Person and City. I have a @ManyToOne relationship which worked fine. (many persons can belong to one city). Then I needed to create a
i am new in junit I want to test this method with junit5 when i try to test this custom exception like this: CustomExceptionMessage exception = assertThrows(Cu
In the code below, I am trying to output the value of a symbol that is an instance variable of Operation from a PLUS constant. But I can't access that variable.
I have a script that works perfectly when I'm not using Renv. However, when running it in a project with Renv enabled, the last command line returns the followi
I need to create a program that accepts input from a file. I need to ask the user to enter two(2) variables, the interest rate and months for the loan. I then c
I've been turning my head around with this issue and cannot find an explanation for what is happening here. I'm using tycho surefire plugin to build a set of ec
I was implementing the cuberto liquid swipe animation in my app and after adding the github.properties and the dependencies as I added the code to build.gradle
I have an android app with only interstitial ads on it and i am showing them on natural transitions like showing them on bottom view navigation item's onClick a
I am relatively new to the Test Automation and in particular to the Selenium. I am using Selenium Web-driver, Eclipse. One of the biggest problems I am experien
I am facing issue while starting ActiveMQ 5.14.3 after upgrading from Log4j 1.2.17 to Log4j 2.17.1. Replaced log4j-1.2.17 with log4j-1.2-api-2.17.1.jar, log4j-a
I'm trying to export a c++ library function through JNI, I've this header file called "Pylon.h" here's the source code: /* DO NOT EDIT THIS FILE - it is machine
Just to clearify this only occurs on M1 Mac, the intel version doesn't seem to have this problem. JDK 17 openjdk version "17.0.1" 2021-10-19 OpenJDK Runtime Env
how to use MULTISET to map only one row rather than a list of rows. Classes: class User { private Integer id; private String name; private Integer p
Running this JS file on the server side of my website so when the user presses a button, it executes this command with my API: exports.runAlgorithm = async (req
This program is running fine but when I try to run the code with any of these commented-out statements it throws an "UnsupportedOperationExcep
I have a constraint layout that consists of two TextViews and a custom BoxBackgroundView. I want the box background to scale in size with the text, but when I u
We have a project where we use pdf.js to render a PDF into webpage and it creates HTML container elements for the PDF pages. The content of the PDF is split as
I have a JSON file name abc.json Once I opened this file there is data like in square brackets. [{ "1" : "xxx", "20" : "ppp", "25" : "hhh" }] Here in this keys
I am working on a java web app and I am setting the jsessionid attributes: HttpOnly, Secure and SameSite in the doFilter() method of InitSession class. I have t
I have a HTML cache enabled WebView app that sends Javascript fetch request to server and gets images list from server, images on server updating every random h