Posts by Gumercindo José • 11 points
2 posts
- 
		0 votes3 answers106 viewsA: How to pass a string to two whole types?Good in a simple way what I understood is that Voce needs to receive two values that turn form String convert them into Integer and add them up. You can do the following public static void… javaanswered Gumercindo José 11
- 
		1 votes1 answer85 viewsA: Java working on JSONThen, you will first have to iterate on the Resultset results while (rs_tbl_CONTROLE_SINCRONISMO.next()) { } and each field of the Voce table should pick up knowing the type of data. for example:…