blah blah blah is here! blah blah » Close

0
votes
0 answers

New to Java - HELP!

public void chaptercheck() { if(spinone.get(value) <= 0 || spintwo.get(value) <= 0){ spinone.value = 1; } if (spinone.value > spintwo.value) } I have two spinners named spinone ...

1
votes
0 answers

Can I make a normal java SE file into an Applet?

Sorry. New to Java. Theo

1
votes
0 answers

Java Spinner - EASY

I have named a spinner "spinone" in a gui. I am trying to get the value of the spinner: What am I doing wrong? if(spinone.value > 0){ } Thanks, Derek

0
votes
0 answers

java information security projects

Brother need some information security related projects or idea about simple information security projects in java.

0
votes
0 answers

Arduino

Could I tether my android phone to Arduino using an app like PDANET and then rebroadcast the internet over WIFI with a WiShield?

0
votes
0 answers

Java [GUI] Expert New to C#: 2: o Getting Started; o Debugging ;-)

I've been a Java developer since 1.1. I've now got ~2 days of learning C#, following what I've been able to find of their tutorials. I've written a primes-generating program and now a Form to control it. The Getting Started questio ...

0
votes
1 answers

MP3 Arduino

How can I stream MP3 File Audio to an Arduino via the WiShield?

0
votes
0 answers

WiShield

How would I create a sketch that would serve up a web page with multiple buttons, then if a button is clicked can input the boolean value from the HTTP into a Java Variable. Thanks, Derek

0
votes
0 answers

How do you load a jar file that was uploaded into your classpath during runtime?

Rick_A
761

Is it possible to dynamically load a .jar file that was uploaded into your web application at runtime?

1
votes
2 answers

Concurrency in Java versus C#

Rick_A
761

When it comes to building highly concurrent services, is it an obvious choice to choose Java over C#? I'm just reading over [url]http://download.oracle.com/docs/cd/E17409_01/javase/tutorial/essential/concurrency/highlevel.html[/url], and ...

1
votes
1 answers

Java enums versus c# enumerations

Rick_A
761

When looking at java enumerations versus c#'s enumerations implementation, are there any underlying differences? I believe java recently introduced enumerations, so was curious if they work the same as how enums are used in c#.

0
votes
1 answers

What java frameworks provide MVC architecture?

Rick_A
761

Other than spring MVC (and grails which uses spring MVC), what other MVC frameworks exist for java? I'm looking for something very lightweight?

0
votes
0 answers

java problems!

guyz i fouind this website the best place i can solve my problems but i even want to solve some java problems too but i dont know such a web site. can anybody help me, to show me the best web site and clear like debugging .com it will be u ...

0
votes
2 answers

Visual C# operating system compatibility

Dear All, Can we run Microsoft Visual C# executable within linux and mac ? Or do we need something to be able to do that. I am new in C#, I was just wondering is C# like java that can be run in any operating systems. Kindest Regards, ...

-2
votes
1 answers

What's the best Java IDE..?

What's the best Java IDE..? i'am just a kid to java.., i'am just going to start with it., [b]plz reply the Best IDE., one for Coding and one for designing..!??[/b] (i.e)., the best IDE for .net is visual studio (coding) & Expres ...

Feedback