User Profile

Collapse

Profile Sidebar

Collapse
SagarEspark
SagarEspark
Last Activity: May 5 '20, 09:53 AM
Joined: Jul 2 '19
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SagarEspark
    replied to Should I start Php?
    in PHP
    @Saitama1712,

    Yes, you can learn PHP now; the very first reason is it's very easy to use and it has a vast community than Django. So, you will get help easily. Also, many PHP frameworks are easy to use and handy i.e. Wordpress, Magento, CodeIgniter, and Joomla. Also, Laravel, Symfony and Drupal are also amazing frameworks to work with; they use MVC(model-View-Controller) approach. So, you can go with [X]. Good Luck!
    See more | Go to post
    Last edited by gits; Jul 5 '19, 07:31 AM. Reason: removed promotional link

    Leave a comment:


  • SagarEspark
    replied to Java declare variable
    in Java
    Char arr[]; is a syntax used to declare a character array without specifying length or size of it.

    We need to write the following in the next line,
    arr=new Char[6];
    In this, we do not need to write Char[], class, again because the array is declared already.

    Char arr[]=new Char[6] will create an array of characters with length 6 from starting index 0 to 5.


    So, there are two methods...
    See more | Go to post

    Leave a comment:


  • By using automated testing, organizations can organize and
    execute test activities in such a way as to maximize test coverage within the limits of testing resources.

    Here are the phases of an automated testing lifecycle:
    • Test tool selection
    • Define the scope of automation
    • Planning, Design, and Development
    • Test Execution
    • Maintenance
    See more | Go to post

    Leave a comment:


  • SagarEspark
    replied to I need a free website builder
    You can use Wix, Weebly or Wordpress.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...