all groups > vj# > february 2006
Can J# accept Sun's Java only?
Posted by Indra Bayu at 2/28/2006 8:00:27 PM
Hi, I'm in crisis for my final task.
First, can J# accept/filter only Sun's Java code?
I mean, J# has delegate, events, blablabla, while Java can't.
Can J# filter those?
Second, J# is somehow a little different compared to Java.
For example, it doesn't overload the conn.createStatement() me... more >>
DecimalFormat ignoring exponent?
Posted by Xiao Ma at 2/27/2006 12:12:27 PM
I use java.text.DecimalFormat returned from NumberFormat.getInstance to
parse numbers like 9E03 and 9.1E03. But it seems to ignore the exponent
and returns me 9 and 9.1, respectively. This is inconsistant with Java.
Is this a known problem? Is there a workaround?
Thanks in advance.
Xiao Ma
... more >>
J# and Java
Posted by nondisclosure007 NO[at]SPAM gmail.com at 2/23/2006 9:18:09 PM
Hello.
I'm looking for some guidance here. I currently use Visual Studio 2005
and program in Visual Basic.
What I'm looking to learn is the Java language. Specifically,
programming for J2EE and jsp implimentations.
What books does everyone reccomend?
What IDE is best?
Can I use VS 200... more >>
Interview Questions Feb 20, 2006
Posted by Jobs at 2/20/2006 10:04:02 AM
How to prevent my .NET DLL to be decompiled?
By design .NET embeds rich Meta data inside the executable code using
MSIL.Any one can easily decompile your DLL back using tools like ILDASM
( owned by Microsoft) or Reflector for .NET which is a third party.
Secondly there are many third party... more >>
Please post J# related question on J# Forum
Posted by Varun Gupta at 2/4/2006 1:30:18 PM
Questions about Visual J# – including the IDE, Java-language syntax, JDK
functionality, migrating Java-language applications to run on the .NET
Framework, and more.
Please post here -
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=28&SiteID=1
Thanks,
Varun... more >>
Sending email from J#
Posted by Homer J Simpson at 2/2/2006 10:22:27 PM
Is there a good source of code for sending email from J# which isn't a
'deprecated' method? I find the documentation less than helpful.
H
... more >>
|