- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
I never uploaded a file before and I'm finding some problems regarding uploading a file in a directory which have some security. I searched on the internet and I found out that I need to make use of [I][B][U]chmod[/U][/B][/I] php function however I have been fighting against my computer for …
Hi, I recently begin to work with MYSQL, php and html and I have this problem. On the homepage of my site on the sidebar I have a section where it tells you the latest blogs that have been posted. Now here comes the problem. I wish that whenever I …
Hope it works =D public boolean isLeapYear() { boolean leap = false; if(years % 4 == 0) { if(years % 100 == 0) { if(years % 400 == 0) { leap = true } }else{ leap = true; } } return leap; }
import javax.swing.*; public class tracing { public static void main(String args[]) { String s = JOptionPane.showInputDialog("Please enter a sentence"); int length=s.length(); int count = 1; for(int i =0;i<s.length();i++) { if(s.charAt(i) == ' ') { count++; } } System.out.println(count); } }// end class
Hi, I'm a bit new to java and I would like to make a program that save's and load the saved data that the user had inputted in my java program. For example I done a sort of a Bank System and when I close my program and restart it …
The End.
Tabone3