A good website has the following conditions
It should be interactive.
It should contain at least 20 images.
Title cannot be null and should contain at least 10 letters
other than spaces and hyphen (-).
The keywords should contain atleast three among the
following list : "design", "Graphics", "lovely",
"beautiful", "amazing" and "mesmerising"
Write a method:
boolean isGoodWebsite(boolean isInteractive, int
numOfImages, String title,String keywords[])
isInteractive whether the site is interactive or not
numOfImages Number of images on the website
title Title of the website
keywords Array of keywords in the website.
No Answer is Posted For this Question
Be the First to Post Answer
Find out the roles which gives access to all tables in SAP? Thanks in advance.
how can we implement locks in plsql?
what is meaning of MDM in sap?let me know that meaning
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
what is dot net framework
What are the Advantages of HashMap over Vector?
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
Difference of Console, web & windows applications?
Is strus threadsafe or not?