answersLogoWhite

0


Best Answer

I am not aware of JAVA to that scale but if you just want to fetch data from mysql then PHP is just 2 statements:

  1. Query Statement. Eg. $query = mysql_query("SELECT Name FROM table_name");
  2. Fetch Statement. Eg. while($result = mysql_fetch_array($query)){ echo $result['Name']; }

Compared to .NET basic queries related to database are a lot simpler in PHP

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you fetch from php rather than java and net?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What should you study first java or vb or net?

Java


What is feature that supported in c c plus plus and java but not in net?

C, C++ and Java are cross-platform languages. NET is for Windows-only.


Difference between java and net?

Microsoft has developed the software .net for the purpose of creating the (Active Server Pages) . There are three languages that can be used in the .net packages. 1. C# (Specially designed for .net) 2. VB. 3. J# (J Sharp) So Java is a language and the .net is a package.


Why net is need when have java?

Java (from Sun) is a programming language that is interpreted in bytecode using a virtual interface, it sounds complicated and it is more complicated than simply using HTML to display a page, and it is also much slower.


Which of these programs java php dot net c c plus plus c sharp sql HTML will design a desktop application better?

Java and .Net can create good desktop applications both. Java provides manual configuration of all features.

Related questions

What is best platform net or java?

java is the best platform compared to dot net


What would be the best java or net?

Java is always the best. Java is great for Enterprise while desktop is the place for .Net


Who is the most powerful java or net?

Java is cross-platform while .NET is for Windows platforms only.


What should you study first java or vb or net?

Java


What is the difference between framework and IDE?

IDE is just the development environment while the Framework is the backbone of compiling the code.IDE's :Visual StudioJbuilderjdevelopereclipsenetbeansand so onBut Framework for .Net programmers is different than what Java programmers understandFramework for java programmers is:Spring FrameworkStruts FrameworkShine Enterprise Java PatternFramework for .net programmers is:.net Framework 1.1.net Framework 2.net Framework 3.net Framework 3.5.net Framework 4


What is the main difference between java and dotnet?

java is from sun and .net is from microsoft, java is a language + runtime and .net is run frame that supports multiple language.


What are the differences between java language and net language?

I took a Introduction to Java course last year. I had the same question when I started the class http://www.DevelopIntelligence.com/catalogue/java-training.php. But I learned that Java and .NET are both platforms that run applications. Both platforms use something known as a virtual machine. In the Java platform, the primary programming language use to write applications is called Java. In the .NET platform, the programming language choices include VB.NET, C++.NET, C#.NET. In other words, there is no "difference between the Java langage and the .net language" as there is no "net language". The Java language is most similar to the C# language in .NET. There are some technical differences, but in general they are about the same.


Am doing mca3rd year i doubt about what course like JAVA or .NET SIR but i think choose java what about the JAVA what java?

Yes you should go with java, it is used much more than .net currently. Java gets its name from Sun Java how owns java. Before java was released to the public it was called oak because of an oak tree outside of the office of the person who created it. Some people think it got its current name because oak is not a good name for a language, and that it took lots of coffee (java) to make java.


Is Java really better than NET?

For cross-platform programming, yes. For Windows, probably NET is marginally better simply because it is Microsoft technology.


Why java is preferred to dot net?

Java can run on any operation system(platform independent) but .net runs only under windows.


What is feature that supported in c c plus plus and java but not in net?

C, C++ and Java are cross-platform languages. NET is for Windows-only.


Why net is better than java?

I suppose both have their advantages, and their disadvantages. Java is designed for multiple platforms; .NET is more focussed on Windows. There is, however, a "Mono" project that gives .NET certain compatibility with Linux.