Forum: Java Oct 12th, 2009 |
| Replies: 12 Views: 427 static java methods is a bit slower than default methods .! |
Forum: Java Sep 10th, 2009 |
| Replies: 2 Views: 201 You can't directly create a .exe file ,but you can directly create a jar file which is the executable file in java and it suppose to run on windows,Linux , etc ..
I think you need a special tool... |
Forum: Java Sep 8th, 2009 |
| Replies: 2 Views: 153 and remmber your gateway router is using NAT( Network address translation ) . |
Forum: Java Sep 7th, 2009 |
| Replies: 5 Views: 201 Swing lib use threading to Draw as you may knew , can you please post the code . |
Forum: PHP Oct 2nd, 2008 |
| Replies: 3 Views: 1,005 thank you:) , how to make the quality of the output image maximum ? |
Forum: PHP Oct 2nd, 2008 |
| Replies: 3 Views: 1,005 Hi all ,
what i want to do is to resample my large image into smaller resolution image and save it on the server, but the output image is corrupted when i open it in windows image viewer
:(:( ... |
Forum: Java Jun 19th, 2007 |
| Replies: 4 Views: 692 This depends on your application , there is something called session ID .this can be saved at the client and server side.The server extract the session ID from the HTTP request to identify the... |
Forum: Java Jun 17th, 2007 |
| Replies: 5 Views: 2,476 these are some books names that i think it is good for the Java beginners :
Thinking in Java
Core Java
How to Program (Java)
Learning Java in 21 days
you can search for them... |
Forum: Java Jun 16th, 2007 |
| Replies: 4 Views: 4,130 Yes u can ,
U have to understand the deferents between public and private .
If u made it private this means u can only access from inside the class .But using it as public means u can also ... |
Forum: Java Jun 16th, 2007 |
| Replies: 8 Views: 1,341 "you don't understand..." :@ it is not good to say that for a one u don't know anything about him , just the user name . and the questions marks it was my mistake , and as u see also i put big... |
Forum: Java Jun 15th, 2007 |
| Replies: 8 Views: 1,341 Writing "public " (Access- Modifiers ) , is not the error here .The class can be written with out it and it will be friendly by default (Can be Accessed inside the same package ) ??:icon_exclaim: |
Forum: Java Jun 14th, 2007 |
| Replies: 2 Views: 3,625 |
Forum: Java Jun 14th, 2007 |
| Replies: 2 Views: 3,625 This a problem i faced .When i made applet the access file i faced the following exception:
java.security.AccessControlException: access denied (java.io.FilePermission text.txt read)
at... |