Is Java preferable on asp.net for application development
@sharadagrawal278 (183)
India
July 30, 2010 12:22am CST
HI,
Do you all think java could be used to develop application for Windows OS ? Since deployment in JAVA is difficult. For an application to be opened in a single click only batch file is available option since we cant make it executable.
What do u all have to say on this because i have got a project and i m confused which to use?
3 responses
@gunjandubey (512)
• India
30 Jul 10
For asp.net application development generally c# is preferred.If you have to make a successful application project on asp.net use microsoft visual studio,else if you want to use java as the front end then go for IDE like eclipse or NetBeans......
@lovedude (4447)
• India
30 Jul 10
who said we can make executable file using java? you can make executable jar and also .exe files using java. but to get system details and other supports are less for desktop application so to build in application for desktop is little tough.
For a windows desktop application, .net is the better
for web based secure site java is better
Good Luck.