Search:

Type: Posts; User: jackar56

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,038

    Re: database in java

    Yes, You can can connect database during connection of java SE application. You can follow java tutorials to know more.
  2. Replies
    2
    Views
    1,090

    Re: Java EE vs Java

    The Java EE platform is built on top of the Java SE platform. The Java EE platform provides an API and runtime environment for developing and running large-scale, multi-tiered, scalable, reliable,...
  3. Replies
    5
    Views
    2,555

    Re: Java for Android App

    Yes, Java is enough to learn android app development, you start from basic and if you dont have knowledge about programming then it is would be a little difficult to understand but if you a basic...
  4. Replies
    32
    Views
    10,350

    Re: Need some nice sites to learn Java

    Learning a programming language is not a big task, only guidance is needed to become an expert on the particular language. Java is a high level, robust, secured and object-oriented programming...
  5. Re: What is a good book to learn Android programming?

    Android Programming: The Big Nerd Ranch Guide (Big Nerd Ranch Guides) By: Bill Philips & Brian Hardy: Bill Philips and Brian Hardy offer hands-on tips for practical Android development. The book...
  6. Replies
    6
    Views
    1,103

    Re: How do I center JTextField (an array!)

    While you have created the 2D array to house your fields, you need to instantiate the JTextField components in your array.

    for (int i =0; i < userInputArray.length; i++) {
    for (int j =0; j <...
  7. Replies
    5
    Views
    1,449

    Re: Programming an IOS app wtih eclipse

    XCode largely uses standard Unix tools for a lot of its work. iPhone applications are compiled using GCC 4.0, it uses gdb for debugging, so it should be possible to set up Eclipse to at least compile...
  8. Re: Converting from formulas to java code Math.pow

    I think you might be getting an incorrect ans because of 4/3 in Integer Math give 1 and not 1.33 Try changing you code to what is give below. I tried and worked fine for me.

    radius = diameter /...
  9. Re: Need help with coding.. I'm a beginner please help asap!

    The best way to learn java, would be to start writing small web applications that use JavaScript for validation, calculations and what not. This would give you a good taste of its semantics. I would...
  10. Replies
    6
    Views
    2,315

    Re: where i get java ceritfication!

    ... is the most attractive accreditation recorded in work postings for programming designers. Having this Certificate places you ahead of many job applicants for Java related jobs. And the important...
  11. Replies
    12
    Views
    13,404

    Re: Good Java book for beginner?

    Java "The Complete Reference" by Herbert Schildt.

    Its name really MEANS since it covers exhaustive contents of java.

    Herbert Schildt is an authoritative name in Programming language authoring....
  12. Replies
    3
    Views
    1,492

    Re: Java interview questions

    Interview is the most important part of the employment process. You have to make good general impression and show good knowledge to prove to have enough skills to be a part of the team. Every time...
Results 1 to 12 of 15