What is the best way to learn PHP?

What is the best way to learn Java for a PHP Programmer?

  • Answer:

    oracle's java tutorial, hands down. And other than that, just building stuff with java

Kapil Verma at Quora Visit the source

Was this solution helpful to you?

Other answers

Since you have idea of how programmes work, this site can be pretty... You must be signed in to read this answer.Connected to GoogleConnected to FacebookBy continuing you indicate that you have read and agree to the .  Loading account...Complete Your ProfileFull NameChecking...EmailChecking...PasswordChecking...By creating an account you indicate that you have read and agree to the .

Vishal Trivedi

As a PHP Programmer you should know: Object Oriented Programming Concepts like Class, Interface, Polymorphism, Inheritance, abstraction etc. Loops and Conditional statements like for ... do...while...if...else Debugging techniques, effective use of log statement and error handling. Coding Standards and Style ( For PHP http://www.php-fig.org/psr/psr-2/, http://www.php-fig.org/psr/psr-1/). Effective use of IDE, and tools like eclipse or PHPStorm ( for Java you can use https://www.jetbrains.com/idea/) https://www.mysql.com/ Mysql, or http://www.postgresql.org/ Postgresql. Learn Java/Any programming language: What I mean to learn any  programming language we need all the skill mentioned  above. Now you just have to understand the syntax, keywords and most important thing is to understand "How to use the documentation( or API docs) of the language you are learning, all above concepts are  common for every programming language. To get started with Java I would suggest you to use : API http://docs.oracle.com/javase/8/docs/api/ Book http://shop.oreilly.com/product/9780596009205.do?CMP=ILC-hf1st IDE https://www.jetbrains.com/idea/ You can find more resources about Java

Ganesh Ghalame

If you know any programing language (in your case PHP) then you are aware of programing aspects like when to use conditional statements , looping statements ,data types to be used etc.Now if you want to learn any new programing language then all you need to do is to learn syntax and rules of the that programing language first.In Java below are few of the important concepts you should be learning first. Language fundamentals (Data types, Type casting,syntaxes) Conditional and looping statements Arrays Oops concepts(in-depth) String Exception handling Collections and Generics() Inheritance and Polymorphism concepts Reading and Writing files There are plenty of resources online, but a good way is start with textbook, http://www.journaldev.com/6162/5-best-core-java-books-for-beginners for some of the good java books for beginnersHope this helps

Brundesh

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.