Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / February 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Setting System property for the JVM18 Feb 2008 06:14 GMT4
I am retrieving emails from a mail box using pop3 over SSL. For that
purpose I am setting a truststore variable as a system property.
<code>
System.clearProperty("javax.net.ssl.trustStore");
why in permission ,can't do like this?18 Feb 2008 03:00 GMT2
public final class MyPermission extends java.security.BasicPermission
{
   public MyPermission( String name )
    {
Arrays.sort??? How good it is18 Feb 2008 00:54 GMT11
Arrays.sort uses the fastest way to sort the array.
But say I have a Array of lebgth 200. And I only want to sort first
20 / 30 elements can I tell that it has to sort only forst 30
elements?
Yet Another Language Compiler (YALC)17 Feb 2008 21:19 GMT2
YALC is a virtual architecture designed for educational purpose. It
models a DLX-like processor and its set of ASM instructions, a
compiler from a high level language (C-like), and an IDE with sintax
checking and highlighting.
Nested for loops17 Feb 2008 18:46 GMT9
Hi all, I'm new to java and google groups alike.  I needed some help
on creating the following out put.
1
22
Sorting an array. Fastest way.17 Feb 2008 17:11 GMT12
I have an array of int.
It is already sorted.
int[] car = new int[100];
Now I sort it.
ImageIO & Image17 Feb 2008 14:26 GMT2
I want to do some processing on an image and write this file to bmp,jpg and
png.
What is the general approach to connect ImageIO & image objects together?
Thanks
how do i insert into data base17 Feb 2008 00:04 GMT7
i'm creating a an web application on attendance,  in which a user
after selecting the subject and month he gets all the student info who
has taken that subject.
my problem is i'm able to get the multiple student with the text box
Autoboxing confusion!!!16 Feb 2008 22:23 GMT3
      1. Class Example {
      2.    public static void main(String args[]) {
      3.        Short s = 15;
      4.        Boolean b;
MappedByteBuffer and corrupted data16 Feb 2008 22:09 GMT7
i've been experiencing somme corruption of data with MappedByteBuffer. My serialisations are pretty simples. I've put "magic" byte for the debug, and some time, the byte i read is not equal to the "magic" value.
So i'm wondering if somebody has already experienced this kind of ...
cvs class in java16 Feb 2008 16:33 GMT1
Does anyone know if there is a Java class for CVS (Version Control)
John
JSP-Eclipse-Tomcat Setup Problem - The requested resource is not     available16 Feb 2008 16:14 GMT4
Hi all, I'm a newbie in JSP and I'm tring to implement simple example
in http://balusc.blogspot.com/2008/01/jsf-tutorial-with-eclipse-and-tomcat.html
. Despite I did everything in the tutorial, I always get the error (my
project name is 'Proce' and context root is 'proce'):
Which xml-framework?16 Feb 2008 16:12 GMT4
Within a java-application, a XML (in detail a SVG) has to be read, make
some changes/expansions in nodes and attributes and saves it back.
Which xml-framework of java should I use at best?
Thanks & Regards,
What are the difference between Descriptor and Signature16 Feb 2008 04:39 GMT8
When looking at java class file. many thing has two attribute:
Descriptor and Signature. at most time they looks the same. So who can
tell what are the differences between them? Thank you.
how to get a frame without titlebar and without any controls on     titlebar16 Feb 2008 03:11 GMT2
plz write the complete code.I am new to java
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 January, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.