I need to get all the information about the ticket in one request, also the name, author, and year of the book. I have implemented this : I create interface Tic
I have a hashMap : private static Map<String, JSONObject> laserDataList = new HashMap<String, JSONObject>(); I wrote this part of code : public void
Here is the complete code.. So the problem is that if there are 9 records in the table and by clicking on the ButtonNext , the application does not crash and di
I am developing a simple application where I would like to read the files from a remote URL and add them to the @ExampleObject. I am able to achieve this using
So i am quite new to the whole CI topic and im trying to run tests after my merge request in my pipeline. Except that when my command try to run the container i
I am doing a functionality that allows you to save users, but before that it does a validation to validate if the nick exists in the database, when I run I get
We want to receive notifications from google when we do anychange(Add,Edit OR Delete) on google drive folder for these purpose we have integrated google watch a
I need to create an object of a subclass in the subclass itself but outside of all the methods of the subclass. In the code below, I want to create an object of
my question is really simple (which doesn't imply that the answer will be as simple.. :D ) why do arrays in C++ include the size as part of the type and Java's
I just started learning JSP and Java servlets and I stumbled upon an issue. I will use a simple example to show this unexpected behavior. I have a .jsp file whi
I created a Dockerfile and i want to conntect my crawler application with my selenium server. I have connected the services via link, but its not possible to re
I am using tree in treepanel and treestore to show hierarchical records on UI for one of my application. When I add some no of records vertical scroll bar is ap
I have an endpoint that returns the json response as below: "abc" : [ { "name" : "XZ", "id" : "1234", "action" : { "attributes" : {
I am trying to run 3 operations in parallel using the CompletableFuture approach. Now these 3 operations return different types so need to retrieve the data sep
Need help on solving below usecase using Java where in the below paragraph A@123@456789@10111213 B@123@456789 C@123@456789@101112131415 D@123@456789 E@123@4567
Some of the data contains value in Arabic format, and when the data is written, reader code/hadoop fs -text command shows ?? instead of Arabic characters. 1) Wr
I have created a Java project in eclipse. Under that I have created a source folder naming "Resources". I want to create an XML file under that Resources folder
I have been using the Android Studio App for about a month now,in order to create a project for a university subject. Unfortunatelly,I came across a problem whi
I wanna make a simple context action (the one that appears when you click Alt+Enter) using a plugin. But I can't figure out the group I need to add and how to i
I have this catch statement: } catch (Exception e) { if (e instanceof AxisFault) { LOGGER.info("AxisFault: " + e); if (((AxisFault) e).getFa