- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Hello there, Good day!! I just want to ask..because I am confused about this Netbeans and Eclipse IDE's..i know that they both come from Java Technology but why that some codes in eclipse doesn't run in netbeans coz usually I am using eclipse..just take a look at this code:
In eclipse
scanner input= new Scanner(System.in);
x=input.nextInt();
but why in netbeans that code is error and the correct one is this:
scanner input= new Scanner(System.in);
x=input.nextInteger();
and some more code which are not working in netbeans but working in eclipse!..pls help me
___________________
Hello there, Good day!! I just want to ask..because I am confused about this Netbeans and Eclipse IDE's..i know that they both come from Java Technology but why that some codes in eclipse doesn't run in netbeans coz usually I am using eclipse..just take a look at this code:
In eclipse
scanner input= new Scanner(System.in);
x=input.nextInt();
but why in netbeans that code is error and the correct one is this:
scanner input= new Scanner(System.in);
x=input.nextInteger();
and some more code which are not working in netbeans but working in eclipse!..pls help me
___________________
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page