Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

I have a plain java application that consumes a jsonld structured file, converts it to a Model class from rdf4j framework and then writes it as a string. The demo code is as so: public static void ...
Joe's user avatar
  • 425
-2 votes
0 answers
57 views

I am learning Java, and I’m getting a NullPointerException when I try to access an element of an array. Here is my code: int[] arr = null; System.out.println(arr[0]); When I run this, I get the ...
-1 votes
0 answers
39 views

I am using IntelliJ Idea with Gradle. Take for example: /** * Make sure to run the runData configuration before starting the client */ could runData there be substituted for something clickable/...
Best practices
0 votes
1 replies
57 views

I want to implement something like this: Map<String, List<String>> m = new HashMap<>(); for (... in ...) { String key = ...; String val = ...; m.merge(key, Lists....
los's user avatar
  • 61
0 votes
0 answers
41 views

I have test method using mockito 5 @Test public void test_increaseUserScore_Successful() throws CannotCreateCachedUserException { when(cachedUserRepository .existsById(...
-8 votes
0 answers
84 views

I need to create an arraylist, that contains an array of objects to act as the rows of a table, like this: ArrayList<Object[]> rows = new ArrayList<>(); each of these Object[] arrays will ...
-3 votes
1 answer
49 views

Here i am asking how to integrate app.For example we have two apps - app1 and app2 we have to integrate app2 into app1.We install app1 and we don't need to install app2.We can access content of app2 ...
-4 votes
0 answers
55 views

I am trying to implement web push notifications in my project, but none of the approaches I tried are working. I’m not sure whether the issue is on the frontend, backend, service worker, or the push ...

15 30 50 per page
1
2 3 4 5
...
127889

AltStyle によって変換されたページ (->オリジナル) /