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 / January 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Improve Java Code12 Jan 2008 02:23 GMT25
I have a below code I use a lot in my Java Program.
u1,i,j,u2,ux,mz are integer
Arr1 is char[]
BigARRAY is int[]
How to tie11 Jan 2008 22:13 GMT18
I'd like to tie a Java array to some code so when the array is
accessed my code gets run.
Is there some simple way to do this in Java?
How to extends a class at runtime?11 Jan 2008 21:45 GMT5
I don't know whether the subject is proper,  sorry for any confusion.
Now, I have a class A, which is not controlled myself and I can only
get an instance of it at runtime. However, I want to  do some adapter
work to it, such as altering its interface.
Get back leading zeros!11 Jan 2008 21:30 GMT6
The method Integer.toHexString(int i) convert his argument to a string
of ASCII digits in hexadecimal (base 16) with no extra leading 0s.
Good, but... i need those extra leading 0s! How to get back them?!
Help!
Convert int to char array (easy but...)11 Jan 2008 19:11 GMT7
What I want to do exactly is this:
I need to split (in a binary way) an Int into two bytes.
Something like:
      int value : 340
AffineTransform11 Jan 2008 17:21 GMT4
For a my PhD project I'm programming a simulator in which a road network
is displayed on a small map. This happens inside an extended JPanel. The
size of the road network is larger than the size of this JPanel, so I
applied an AffineTransform, such that the road network is ...
Re:WeakHashMap11 Jan 2008 17:07 GMT1
     i need to create a map having properties both insertion order
and week reference.
can i use
   Map map = new LinkedHashMap(new WeakHashMap());
Calling an MFC-Socket vom Java11 Jan 2008 16:46 GMT9
I have an C++/MFC-Program that creats a socket server via a class
derived from CSocket. In its ::OnReceive()-Method it does its job.
In a Java-Class, this socket is opened (new Socket()) and its Input-
and OutputStream used for communication.
eclipse debugging and standard input11 Jan 2008 16:16 GMT1
My program is a parser that accepts standard input and should be
executed like:
cat file.txt | javaprogram
I want to debug it, but I do not know how to put stuff into my program
Array Checking in Java.11 Jan 2008 14:44 GMT10
I want to know is it possible to do Array Calculation in one step?
FIRST
_________
Say I have array[100]; I want to assign each of them a Value of 0; In
initialize string array11 Jan 2008 12:18 GMT8
String[] arr = new String[3];
this allocate the size but all cell will contain null.
how can i initialize the string will 'a' or blank.
Tarun
SAX and invalid chars11 Jan 2008 11:29 GMT3
My Problem is that I have to parse an XML file that contains som invalid
chars (i.e. 0x0E or 0x1E)
So running this normally will break parsing.
Though easy solution I could think of would be create a stream to pipe
Question on print button11 Jan 2008 11:10 GMT2
hi to all, i am new to corejava. I created a print button in my
appliation.When i click the print button it's displaying every thing
that printer need. But the  problem is printer machine    not
responding .
this.showStatus not working...11 Jan 2008 04:41 GMT5
does not work when used with IE7 and Sun´s JRE
works with IE6 and Sun´s JRE
works with IE7 and MS VM
any clues?
Configuring javadoc with eclipse11 Jan 2008 01:23 GMT2
Can anybody tell how to configure javadoc with eclipse?
Thanks in advance,
>>Lew your answers are good keep it up
 
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.