473,544 Members | 1,334 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Java Forum

Java programming language (Sun Microsystems) - Ask questions about java programming, OOP, JRE, SDK, Swing, Plugins, Java Virtual Machine(JVM), Java Libraries: Collection, XML Processing, Security, JDBC, JNDI, RMI, CORBA, AWT (GUI) and more.
1
1,871
thread by: far29 | last post Dec 1 '17 by: Frinavale
I am so happy to be surrounded by the greatest . Thi year I choose to work on Multi-Touch screens and I want some help on some codes. So please I want someone that I can ask him in private
12
3,147
thread by: dseals22 | last post Dec 15 '17 by: dseals22
I have looked in several different data structures and algorithms books, but I have yet to find any of them useful when it comes to researching how to implement the operations of fetching, deleting, and updating an vertex and edge for a graph in java? Here is my starting program. Any help would be much appreciated or any suggestions to any books...
1
1,953
thread by: Swastikgupta | last post Dec 14 '17 by: chaarmann
1)Write a program in Java by using a class with the following specifications- Class name:stringmanip Data members:String s,rev Member functions: Void getstr()- to accept a string Void reverse()- to reverse and print each word
1
2,225
thread by: Amany22 | last post Dec 19 '17 by: chaarmann
my question is about how can i solve the problem which is talk about simple payroll system use java`code and use arrays?
1
1,816
thread by: PragathiSri | last post Jan 30 '18 by: chaarmann
Eg table a. Tableb Idno: 1 2 id 1. 2 Name: rahul. Taml. Rahul. Tamil City chennai. Madur. Chenn. Madurai I have like this i need to compare each row n coloumn using loop to find diffrences can anyone help with the full code
1
1,828
thread by: vikas4 | last post Feb 12 '18 by: chaarmann
package lec1; public class intersectionofarrays{ public static void insertionSort(int arr){ //write your code here int j=0,k=0; for(int i=0;i<arr.length;i++) { k=arr; j=i-1;
0
1,025
thread by: sjoytu | last post Feb 22 '18 by: sjoytu
/** * * @param row The ith row of the Pascal Triangle * @return ArrayList<Integer> A List containing all the binomial coefficients * for the given row */ public ArrayList<Integer> pascalRow(int row){ ArrayList<Integer> values = new ArrayList<Integer>(); for(int i = 0; i <= row; i++){
0
1,321
thread by: LemonFoam | last post Mar 2 '18 by: LemonFoam
I had build an mobile app which consist of 2 activity as shown in figure below.It can let user to choose for go to main activity or the second activity Main activity let user to send text to the second activity. Second Activity let user to recieve text from main activity. Can somebody teach me how i can save the text received in the second...
0
1,427
thread by: elenakretova | last post Mar 2 '18 by: elenakretova
I am trying to use PHP to connect to ServiceNow and retrieve incident records. I tried to use the code below but somehow I receive errors: <?php $credentials = array('login'=>'user', 'password'=>'pass'); $client = new SoapClient("https://blah.com/incident.do?WSDL", $credentials); $params = array('param1' => 'value1', 'param1' =>...
2
2,035
thread by: muramuzi | last post May 11 '18 by: ISG330
i want to design a java program that will predict the population of a given area in a specified period of time. talk about the parameters this java program will use.
1
1,342
thread by: yaredtilahun510 | last post Mar 13 '18 by: Frinavale
awt means swing means
1
1,596
thread by: Cherry123 | last post Apr 8 '18 by: ddyer
if(((Element) nodes2.item(0)).getElementsByTagName("LFIMG").item(0).getTextContent().!=("0" ))
1
1,625
thread by: priyankasgaikwa | last post Apr 14 '18 by: Luuk
why error like:illegal character occurs when putting statement as : #define<iostream> #define<cstring> #define infi 999 #define row 5; #define col 5;
0
1,326
thread by: Sbrowne | last post Apr 13 '18 by: Sbrowne
I’m receiving an error on line seven of my JavaScript it is public class CompositionII.java{ The error says line:7 ‘{‘ expected. please help
0
987
thread by: XECute | last post Apr 23 '18 by: XECute
Hello, I'm fairly new to programming in java, and over the course of the months in learning and doing projects on it, have gotten used to a pattern of what every newbie programmer goes through: being overwhelmed doing a project I have no idea on what's its about, over-exhausting resources in looking for the answer in a commonly overlooked mistake,...
1
1,653
thread by: J3m3sJames | last post Apr 30 '18 by: Luuk
Design a program in Java with a loop that lets the user enter a series of numbers. The user should enter -99 to signal the end of the series, the program should display the largest and smallest numbers entered without using array list?
1
1,663
thread by: PreetyD | last post May 6 '18 by: Luuk
how can i print all the names of user entered names containing 'j'
0
1,582
thread by: gracylayla | last post May 2 '18 by: gracylayla
How to add a property in ServiceNow which calls REST API of another application for look up? I have an application (JAVA application running on tomcat) which has SACM and ITSM modules similar to servicenow. From my application I am calling servicenow APIs to look up data and create new records in servicenow. Does servicenow allow it vice versa?...
1
2,095
thread by: TimoHa | last post May 4 '18 by: IvanH
When I upload multiple files to Alibaba Cloud OSS, do I upload files one by one or upload the entire directory at one go? Alibaba Cloud OSS provides two methods for uploading files. //Upload a file through multipart upload function upload_by_multi_part($obj){ $bucket = 'phpsdk1349849394'; $object =...
1
2,952
thread by: sherry12 | last post Oct 20 '20 by: Ishan Shah
want to check whether user enters the number is positive integer or negative integer or positive float or negative float there is no error in the code but after entering the value it is not giving me any output as it stuck on the running state public static void main(String args) { Scanner input = new Scanner(System.in); ...
0
1,042
thread by: prakash008 | last post Jun 5 '18 by: prakash008
i have to use jsp and mysql to develop a website but i dont know how to secure and include secure login
0
1,258
thread by: Prakyath | last post Jun 12 '18 by: Prakyath
I need to open and view a pdf file from a linux server. As i have no idea related to linux, i tried to get google help and tried with desktop.getdesktop().open(file). But I get the error for desktop.isDesktopsupported(). So it would be great if i get a alternate to open and view a pdf file from linux server. Thanks in Advance.
1
2,557
thread by: apuravkumar3 | last post Jun 18 '18 by: Rabbit
I want answer to this java expression
0
1,570
thread by: Shaniel | last post Jun 19 '18 by: Shaniel
hello, please am new here and in programming.. i want to learning java programming, please can someone help me with the steps on how to go about it?
0
1,489
thread by: Alex Lesley | last post Jul 12 '18 by: Alex Lesley
Hi, everybody. I am a beginner java developer. The teacher gave a task to write a program in which a written text or a word (chair). I completed the task and wrote a simple program. At start gives an error... Please help me!!!

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.