Questions tagged as 'java'

2
answers

Read string and call in java

I would like to know what API I can use in JAVA, for the following scenario, where I have a String with a password, for example, and the program reads String and voice tag. / p>     
asked by 10.02.2017 / 19:29
1
answer

An application for several databases!

Someone would have an example there about several accesses in a web system?  ie I have several databases in the cloud, aii the users will log in with your login and password and each one is in your database, someone has any in regards to this ty...
asked by 24.04.2016 / 19:03
3
answers

Error: Sorry the application ... has stopped unexpectedly please try again Java Eclipse

I have a problem with my project and I do not know how to solve it. I am trying to create a calculator using some internet tutorials but, it is giving this error when I try to run in the emulator: Sorry The Aplication calculator (process com.ex...
asked by 12.04.2014 / 17:23
1
answer

How to print a list with the result of all numbers in a sequence added to itself? (sequence) [closed]

I have this sequence of numbers: 1,2,3. (It can be from 1 to infinity.) I want to add each sequence number to it, for example: The sequence has 3 numbers. You need to add it like this: (1) 1+1=2 1+2=3 1+3=4 (2) 2+1=3 2+2=...
asked by 13.06.2017 / 20:00