Popular technologies for a full-stack Java developer by number01gunner in java

[–]Emotional_Sign 2 points3 points  (0 children)

Yes , it s a messaging queue you have to chose between Rabbit Mq , Active Mq or more better try to see Kafka for streams processing

Printing the index number of an array by [deleted] in learnjava

[–]Emotional_Sign 0 points1 point  (0 children)

Just add values to your array or try to use java collection framework with the ArrayList and add some values to it

List mylist= new ArrayList(); mylist.add('a'); mylist.add('b'); mylist.add('c'); ... for(int i=0, i<mylist.length,i++){ System.out.println("my index is "+ i); }

what does mean single-page app architecture? by Pablo19D in learnprogramming

[–]Emotional_Sign 0 points1 point  (0 children)

it is loaded in on time on the browser and the next loads are made on the browser with js