Seetharaman Venkatasamy wrote:Please, QuoteYourSources .
carlos pertusi wrote:Hi,
In order for AJAX to work, a web server is required. In order to have server-side code running, you need a web server. I've put the examples files on my www folder of apache2 server and works fine.
Best.
Raj k Sharma wrote:Dear Ali,
Please check your online and offline version again and confirm.
Thanks,
Raj Sharma
Raj k Sharma wrote:Dear Ali,
Thanks for posting your query,
Now our all products can be used by logging in our website with the same email id and password which you have used while registration, its no more activation code process now.
We are happy to inform that our all products can be used in online or offline mode.i.e you can either used the self study training by logging in our website and using online mode or you can download the offline version and use it anywhere without internet.
Also, we apologize for not replying as there is a weekend off at office and you will get the reply by monday on email.
Keep participating in this forum and best of luck for your exam.
Raj Sharma
Customer relations
Whizlabs
Helen Ma wrote:Suppose you want to add string "2","4" ,"1" , "3" in this order to the priority queue, which implements heap sort.
1. The heap looks like this:
2. Add 4 and the heap looks like this:
3. Add 1, but 1 is small than 2 , so
3.1 1 is added as the right child of 2
3.2 1 moves up on the branch, like this:
4. Add 3 , the heap will be:
4.1 insert 3 to the next level
4.2 move 3 up as it is less than 4
Heap sort can be represented in an array. If so, the zeroth element is 1, first element is 3 , second element is 2 and forth element is 4.
Please verify this.
Seetharaman Venkatasamy wrote:*return null* is not only the option then....
![]()
Henry Wong wrote:
ali kamran wrote:
Issue:/What I expected and what I got :
Now my question is if we were to change the Cert(intx) and Grade(int x) to be and Object as it is a copy is passed so when grade increments this would be reflected as 11 and the final sop would be 12 .So when I changed to Integer I still see same answer 11.
Got the first part. Correct. Can you elaborate what you are trying to say for the second part?
Henry
Seetharaman Venkatasamy wrote:
ali kamran wrote:can somebody please explain why null is valid code fragment
null is an valid return type in this regard. by the way: what are the other options?