Thursday 12 July 2012

[~>VU-P!nD!<~] mother




MOTHER  ماں
 
 
میں ماسٹرز یا پی. ایچ . ڈی . بھی کر لوں
تو بھی اپنی پیاری ماں کا چہرہ دیکھ کر بھی
اسکی کی پریشانی نہیں بتا سکتا
اور....
میری ماں جو ان پڑھ ہے جیسے اپنا نام بھی لکھنا نہیں آتا ،
لیکن وہ میری مسکراہٹ کے پیچھے چھپے دکھ ، اور میری آنکھوں
کے اندر لکھی ہوئی پریشانی کو ایک پل میں پڑھ لیتی ھے
.
ایک ماں جس کی چادر میں سو پیوند ہوں، جس کے سر پر چھت اور پاؤں میں جوتا نہ ہو وہ بھی اپنے بچے کے لئے محل کے خواب دیکھتی ہے. ایک ماں جس کا بچہ پیدائشی معزور ہو، جس کے بچے کے پاس پہننے کے لئے کرتا اور ستر ڈھانپنے کے لئے پائجامہ نہ ہو اس کی ماں بھی اپنے بچے کو بادشاہ بننے کی دعا دیتی ہے. میں نے اپنی آنکھوں سے ڈاکٹر ماؤں کو اپنے کینسر کے مارے بچوں کو تعویز پلاتے، درگاہوں کی خاک چٹاتے اور ان پڑھ جاہل پیروں سے پھونکیں مرواتے دیکھا ہے. مجھے ابھی تک کینسر کی وہ سپیشلسٹ ڈاکٹر یاد ہے جس کے بچے کو بلڈ کینسر ہوا تو وہ اسے اس سنیاسی کے پاس لے گئی جو تین سال تک اس ڈاکٹر سے بلغم کی دوا لیتا رہا تھا.

یہ کیا ہے ؟ یہ ماں کا یقین ہے. ماں کی امید ہے، ایک ایسی امید ایک ایسا یقین جو اسے مایوس نہیں ہونے دیتا، جو اسے سمجھاتا رہتا ہے ، قدرت کے دامن میں اربوں کھربوں معجزے ہیں ، قدرت چاہے تو مردے اٹھ کر بیٹھ جائیں.


 






--
  

--
--
You received this message because you are subscribed to the Google
Groups "vupindi" group.
To post to this group, send email to vupindi@googlegroups.com
To unsubscribe from this group, send email to
vupindi+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vupindi?hl=en

Re: [VUSR] 65940 CS506 Quiz No.3 July 12, 2012

Salam

how are you. As we all knows that this the age of technology and invention and every one interested in boosting up his resources and inflows. Here is an exciting opportunity in which you can generate cash by spending only 5 minutes and posting just one add daily on "Zeekrewards.com". All the details about the working and rewards offered by the company is provided in the attached file which must be study well before joining this amazing chain of cash reward system. you can increase your revenue by making your friends as members of the company but don ' forget to be member of this system by following link:

https://www.zeekrewards.com/securesignup.asp?username=qaiser2012


Qaiser Rasul


On Thu, Jul 12, 2012 at 10:07 PM, Umair Saulat <saulat.umair@googlemail.com> wrote:

CS506 - Web Design and Development

Quiz No.3 July 12,2 2012

 

Which of the following object is used for sharing resources among different servlets of same application?
ServletConfig
ServletRequest
ServletResponse
Servlet Context  (right Answer)

 

HTML form data can be processed by JSP
TRUE( right Answer)
FALSE

 

getParameters() method returns an array of strings containing the values for a specified servlet parameter.

True

False

 

From the following methods, which method cannot be overridden in the JSP page

_jspService() (right Answer)
jspDestroy()
jspInit()
None of these

 

Interface can be implemented in JSP

True

False (right Answer)

 

setAttribute(String, Object) associates a ----------with a name.

None of these

Object (right Answer)

String

Value

 

JSP technology is extensible

True (right Answer)

False

 

 

Packages are the way to organize files into different -------------according to their functionality, usability as well as category they should belong to.

Directories(right Answer)

Folders

Libraries

None of these

 

 

What is the initial contact point for handling a web request in a Page-Centric architecture?

JSP page (right Answer)

JavaBean

Servlet

HTML page

 

Relationship between JSP and servlets is

Servlets are built on JSP semantics and all servlets are compiled to JSP pages for runtime usage

JSP and servlets are unrelated technologies

Servlets and JSP are competing technologies for handling web requests. Servlets are being superseded by JSP, which is preferred. The two technologies are not useful in combination

JSPs are built on servlet semantics and all JSPs are compiled to servlets for runtime usage(right Answer)

 

All -----------data is kept at the application server.

Dynamic

Static

Both dynamic and static(right Answer)

None of these

 

When JSP page compiled, it is translated into?

Applet

Application

Servlet(right Answer)

Web Browser

 

 

From following which code can be used to create session object in the Servlet:

HttpSession session = req.getSession(true); (right Answer)

HttpSession session = req.getSession(false);

HttpSession session = req.getSession(1);

None of these

 

 

 

From the following indicators; which is added in user session to know the session time out?

Sessiontimeoutindicator (right Answer)

SessionTimeOutIndicator

None of these

 

getParameters() method returns an array of strings containing the values for a specified servlet parameter.

True

False (right Answer)

 

From the following which ID is transmitted between the client and the server

Session ID (right Answer)

Network ID

Server ID

None of these

 

To define the error page in JSP we use following tag?

exception-type

error-type

error-page(right Answer)

exception-page

 

 

Which one is used to collect data when a user navigates between web pages?

Session Tracking (right Answer)

User Tracking

None of these

Session Migration

 

doGet() and doPost() receive ServletRequest and ServletResponse objects as an arguments which facilitate interaction between the client and the server.

True (right Answer)

False

 

Which of the following problem occurs with lower priority threads?

Race condition

Starvation (right Answer)

Average waiting time

Process death

 

Which of the following Environment variable tells the system about the root directory of TOMCAT?

JAva_HOME

CATALINA_HOME (right Answer)

CLASSPATH

PATH

 

Which of the following is NOT a web technoloy of Java?

Servlet

JSP

ASP

JSF (right Answer)

 

 

Which of the following method needs to ovveride while handling threads in java?

init()

start()

run()(right Answer)

runnable()

 

 

Web.xml is a ___________

java file

configuration file

jar file

servlet

 

 

Servlet mapping is defined in ________

servlet

web.xml (right Answer)

html

JSP

 

 

Which one is used to collect data when a user navigates between web pages?

Session Tracking(right Answer)

User Tracking

None of these

Session Migration

 

 

Which of the following is not included in simple tag while creating JSP custom tags?

 

Start of tag

End of tag

Attribues(right Answer)

None of these

 

 

To provide global control of JSP we use following tag

<%@         %>  right Answer)

<%--        -%>

<%!          %>

<%=       %>

 

From the following which one is not a JSP directive?

Page

Include

Taglib (right Answer)

Out

 

Packages are the way to organize files into different -------------according to their functionality, usability as well as category they should belong to.

 

When a session object is invalidated, it can be again refreshed.

True (right Answer)

False

 

Client is referred as a

Computer user (right Answer)

Computer that a person is using for communication purpose

Person which carry out web surfing

None of these

 

From the following methods, which method cannot be overridden in the JSP page

_jspService()(right Answer)

jspDestroy()

jspInit()

None of these

 

HttpServletResponse object is created when web server executes the servlet. This object is passes to the servlet service method which passes it to doGet () or doPost().

True (right Answer)

False

 

Servlets are used to

Create graphics

Provide dynamic web contents which extend web servers (right Answer)

Develop applets

Create GUI

 

From the following which is not a basic function of web-based application:

Presentation

Debugging

Business Logic (right Answer)

Data Management

 

HttpSession stores session information in

File system of client

File system of server

A cookie(right Answer)

A session object

 

Interface of HttpServletResponse extends class ServletResponse

Flase

True (right Answer)

 

getAttribute(String) extracts----------- stored value from a session object

Subsequently

None of these

Previously(right Answer)

Currently

 

getParameters() method returns an array of strings containing the values for a specified servlet parameter.

True

False (right Answer)

 

 

To destroy the session in Servlet we use?

session.destroy()

session.invalidate()(right Answer)

session.end()

session.Kill()

 

 

Which of the following object is used for sharing resources among different servlets of same application?

ServletConfig

ServletRequest

ServletResponse

ServletContext (right Answer)

 

From the following which session tracking technique is used when new session is started?

 

Cookies

URL Rewriting

Both Cookies and URL Rewriting (right Answer)

None of these

 

 

 

javax.servlet.jsp.PageContext, is used to give a ---------point of access to many of the page attributes.

Select correct option:

Single

Multiple  (right Answer)

 

 

All -----------data is kept at the application server.

Dynamic

Static

Both dynamic and static(right Answer)

None of these

 

 

"application" is a object of

Select correct option:

ServletContext.

HttpSession

ServletConfig

None of these  Not sure

 

 

What is the initial contact point for handling a web request in a Page-Centric architecture?

Select correct option:

JSP page (right Answer)

JavaBean

servlet

HTML page

 

Which of the following is the best choice as a controller in MVC Model Architecture?

Java (right Answer)

Servlet

JavaScript

JSP

 

From following tags, which one is the Special JSP tag?

Select correct option:

<jsp: .…. /> (right Answer)

<%! %>

<%= %>

<%@ %>

 

 

JSP ____________ action element is used to obtain a reference to an existing JavaBean object.

Select correct option:

useBean (right Answer)

setProperty

getProperty

None of these

 

 

From following methods; which method is not a part of the JSP life cycle?

jspInit()

jspService()%> (right Answer)

_jspService()

jspDestroy()

 

getAttribute(String) extracts----------- stored value from a session object

Select correct option:

Subsequently

None of these

Previously (right Answer)

Currently

 

 

Which of the following is NOT true about JavaBean?

Select correct option:

It should not have any public variable.

It must be serializable.

It must not have any zero argument constructor.

Private instances must be accessed via setters/getters. (right Answer)

 

 

getId( ) returns the unique ID of

Select correct option:

Current session

Previous session

None of these Not sure

Next session

 

HTTP is a ---------protocol.

Select correct option:

Stateless (right Answer)

Connectionless

Connection oriented

None of these

 

 

 

JSP technology is extensible

True (right Answer)

False

 

When a session object is invalidated, it can be again refreshed.

True (right Answer)

False

 

From the following indicators; which is added in user session to know the session time out?

Sessiontimeoutindicator (right Answer)

SessionTimeOutIndicator

SessionTimeoutIndicator

None of these

 

JSP scripting elements is/are

Select correct option:

Declarations

Scriptlets

expressions

All of these  (right Answer)

 

From the following methods, which method cannot be overridden in the JSP page

_jspService()(right Answer)

jspDestroy()

jspInit()

None of these

 

Session Tracking is done through following techniques?

Cookies

Hidden fields

URL Rewriting

All the these (right Answer)

 

 

Moving session from one server to another in case of server failure is known as

Session Migration

Session Tracking

Session Hijacking

None of these right Answer)

 

 

 

 

When a session object is invalidated, it can be again refreshed.

True (right Answer)

False

 

Hidden Forms Fields contain the information that is needed to send to the

Client

Server (right Answer)

Both server and client

None of these

 

In JSP Instance variables and method are declared through following tag

<%@ %>

<%-- --%>

<%! %> (right Answer)

<%= %>

 

From the following methods, which method cannot be overridden in the JSP page

_jspService()(right Answer)

jspDestroy()

jspInit()

None of these

 

Interface can be implemented in JSP

True

False (right Answer)

 

Which of the following is the best choice as a controller in MVC Model Architecture?

Java (right Answer)

Servlet

JavaScript

JSP

 

 

To provide global control of JSP we use following tag

<%@         %> (right Answer)

<%--        -%>

<%!          %>

<%=       %>

 

 

In JSP Instance variables and method are declared through following tag

<%@ %>

<%-- --%>

<%! %>(right Answer)

<%= %>

 

A cookie is a piece of ------- that a web server can store on a client's hard disk.

Text

Number

String (right Answer)

None of these

 


--
Zindagi mein 2 Logo ka buhat khayal rahkoooo

Ist woh jiss ney tumhari jeet ke Liye buhat kuch hara hoo (Father)

2nd woh jiss ko tum ney har dukh me pukaara hoo (Mother)

Regards, 
Umair Saulat

--
Please visit http://vusr.net for Old and Latest Papers, Assignments, Quiz and GDBs.
 
http://VUSR.net The ultimate VU Study Resource
 
You received this message because you are subscribed to the Google
Groups "VUSR" group.
 
 
To unsubscribe
vusr+unsubscribe@googlegroups.com
To Visit Group Home Page
http://groups.google.com/group/vusr?hl=en?hl=en

--
Please visit http://vusr.net for Old and Latest Papers, Assignments, Quiz and GDBs.
 
http://VUSR.net The ultimate VU Study Resource
 
You received this message because you are subscribed to the Google
Groups "VUSR" group.
 
 
To unsubscribe
vusr+unsubscribe@googlegroups.com
To Visit Group Home Page
http://groups.google.com/group/vusr?hl=en?hl=en

[VUSR] 65939 CS506 Quiz No.3 July 12, 2012

CS506 - Web Design and Development

Quiz No.3 July 12,2 2012

 

Which of the following object is used for sharing resources among different servlets of same application?
ServletConfig
ServletRequest
ServletResponse
Servlet Context  (right Answer)

 

HTML form data can be processed by JSP
TRUE( right Answer)
FALSE

 

getParameters() method returns an array of strings containing the values for a specified servlet parameter.

True

False

 

From the following methods, which method cannot be overridden in the JSP page

_jspService() (right Answer)
jspDestroy()
jspInit()
None of these

 

Interface can be implemented in JSP

True

False (right Answer)

 

setAttribute(String, Object) associates a ----------with a name.

None of these

Object (right Answer)

String

Value

 

JSP technology is extensible

True (right Answer)

False

 

 

Packages are the way to organize files into different -------------according to their functionality, usability as well as category they should belong to.

Directories(right Answer)

Folders

Libraries

None of these

 

 

What is the initial contact point for handling a web request in a Page-Centric architecture?

JSP page (right Answer)

JavaBean

Servlet

HTML page

 

Relationship between JSP and servlets is

Servlets are built on JSP semantics and all servlets are compiled to JSP pages for runtime usage

JSP and servlets are unrelated technologies

Servlets and JSP are competing technologies for handling web requests. Servlets are being superseded by JSP, which is preferred. The two technologies are not useful in combination

JSPs are built on servlet semantics and all JSPs are compiled to servlets for runtime usage(right Answer)

 

All -----------data is kept at the application server.

Dynamic

Static

Both dynamic and static(right Answer)

None of these

 

When JSP page compiled, it is translated into?

Applet

Application

Servlet(right Answer)

Web Browser

 

 

From following which code can be used to create session object in the Servlet:

HttpSession session = req.getSession(true); (right Answer)

HttpSession session = req.getSession(false);

HttpSession session = req.getSession(1);

None of these

 

 

 

From the following indicators; which is added in user session to know the session time out?

Sessiontimeoutindicator (right Answer)

SessionTimeOutIndicator

None of these

 

getParameters() method returns an array of strings containing the values for a specified servlet parameter.

True

False (right Answer)

 

From the following which ID is transmitted between the client and the server

Session ID (right Answer)

Network ID

Server ID

None of these

 

To define the error page in JSP we use following tag?

exception-type

error-type

error-page(right Answer)

exception-page

 

 

Which one is used to collect data when a user navigates between web pages?

Session Tracking (right Answer)

User Tracking

None of these

Session Migration

 

doGet() and doPost() receive ServletRequest and ServletResponse objects as an arguments which facilitate interaction between the client and the server.

True (right Answer)

False

 

Which of the following problem occurs with lower priority threads?

Race condition

Starvation (right Answer)

Average waiting time

Process death

 

Which of the following Environment variable tells the system about the root directory of TOMCAT?

JAva_HOME

CATALINA_HOME (right Answer)

CLASSPATH

PATH

 

Which of the following is NOT a web technoloy of Java?

Servlet

JSP

ASP

JSF (right Answer)

 

 

Which of the following method needs to ovveride while handling threads in java?

init()

start()

run()(right Answer)

runnable()

 

 

Web.xml is a ___________

java file

configuration file

jar file

servlet

 

 

Servlet mapping is defined in ________

servlet

web.xml (right Answer)

html

JSP

 

 

Which one is used to collect data when a user navigates between web pages?

Session Tracking(right Answer)

User Tracking

None of these

Session Migration

 

 

Which of the following is not included in simple tag while creating JSP custom tags?

 

Start of tag

End of tag

Attribues(right Answer)

None of these

 

 

To provide global control of JSP we use following tag

<%@         %>  right Answer)

<%--        -%>

<%!          %>

<%=       %>

 

From the following which one is not a JSP directive?

Page

Include

Taglib (right Answer)

Out

 

Packages are the way to organize files into different -------------according to their functionality, usability as well as category they should belong to.

 

When a session object is invalidated, it can be again refreshed.

True (right Answer)

False

 

Client is referred as a

Computer user (right Answer)

Computer that a person is using for communication purpose

Person which carry out web surfing

None of these

 

From the following methods, which method cannot be overridden in the JSP page

_jspService()(right Answer)

jspDestroy()

jspInit()

None of these

 

HttpServletResponse object is created when web server executes the servlet. This object is passes to the servlet service method which passes it to doGet () or doPost().

True (right Answer)

False

 

Servlets are used to

Create graphics

Provide dynamic web contents which extend web servers (right Answer)

Develop applets

Create GUI

 

From the following which is not a basic function of web-based application:

Presentation

Debugging

Business Logic (right Answer)

Data Management

 

HttpSession stores session information in

File system of client

File system of server

A cookie(right Answer)

A session object

 

Interface of HttpServletResponse extends class ServletResponse

Flase

True (right Answer)

 

getAttribute(String) extracts----------- stored value from a session object

Subsequently

None of these

Previously(right Answer)

Currently

 

getParameters() method returns an array of strings containing the values for a specified servlet parameter.

True

False (right Answer)

 

 

To destroy the session in Servlet we use?

session.destroy()

session.invalidate()(right Answer)

session.end()

session.Kill()

 

 

Which of the following object is used for sharing resources among different servlets of same application?

ServletConfig

ServletRequest

ServletResponse

ServletContext (right Answer)

 

From the following which session tracking technique is used when new session is started?

 

Cookies

URL Rewriting

Both Cookies and URL Rewriting (right Answer)

None of these

 

 

 

javax.servlet.jsp.PageContext, is used to give a ---------point of access to many of the page attributes.

Select correct option:

Single

Multiple  (right Answer)

 

 

All -----------data is kept at the application server.

Dynamic

Static

Both dynamic and static(right Answer)

None of these

 

 

"application" is a object of

Select correct option:

ServletContext.

HttpSession

ServletConfig

None of these  Not sure

 

 

What is the initial contact point for handling a web request in a Page-Centric architecture?

Select correct option:

JSP page (right Answer)

JavaBean

servlet

HTML page

 

Which of the following is the best choice as a controller in MVC Model Architecture?

Java (right Answer)

Servlet

JavaScript

JSP

 

From following tags, which one is the Special JSP tag?

Select correct option:

<jsp: .…. /> (right Answer)

<%! %>

<%= %>

<%@ %>

 

 

JSP ____________ action element is used to obtain a reference to an existing JavaBean object.

Select correct option:

useBean (right Answer)

setProperty

getProperty

None of these

 

 

From following methods; which method is not a part of the JSP life cycle?

jspInit()

jspService()%> (right Answer)

_jspService()

jspDestroy()

 

getAttribute(String) extracts----------- stored value from a session object

Select correct option:

Subsequently

None of these

Previously (right Answer)

Currently

 

 

Which of the following is NOT true about JavaBean?

Select correct option:

It should not have any public variable.

It must be serializable.

It must not have any zero argument constructor.

Private instances must be accessed via setters/getters. (right Answer)

 

 

getId( ) returns the unique ID of

Select correct option:

Current session

Previous session

None of these Not sure

Next session

 

HTTP is a ---------protocol.

Select correct option:

Stateless (right Answer)

Connectionless

Connection oriented

None of these

 

 

 

JSP technology is extensible

True (right Answer)

False

 

When a session object is invalidated, it can be again refreshed.

True (right Answer)

False

 

From the following indicators; which is added in user session to know the session time out?

Sessiontimeoutindicator (right Answer)

SessionTimeOutIndicator

SessionTimeoutIndicator

None of these

 

JSP scripting elements is/are

Select correct option:

Declarations

Scriptlets

expressions

All of these  (right Answer)

 

From the following methods, which method cannot be overridden in the JSP page

_jspService()(right Answer)

jspDestroy()

jspInit()

None of these

 

Session Tracking is done through following techniques?

Cookies

Hidden fields

URL Rewriting

All the these (right Answer)

 

 

Moving session from one server to another in case of server failure is known as

Session Migration

Session Tracking

Session Hijacking

None of these right Answer)

 

 

 

 

When a session object is invalidated, it can be again refreshed.

True (right Answer)

False

 

Hidden Forms Fields contain the information that is needed to send to the

Client

Server (right Answer)

Both server and client

None of these

 

In JSP Instance variables and method are declared through following tag

<%@ %>

<%-- --%>

<%! %> (right Answer)

<%= %>

 

From the following methods, which method cannot be overridden in the JSP page

_jspService()(right Answer)

jspDestroy()

jspInit()

None of these

 

Interface can be implemented in JSP

True

False (right Answer)

 

Which of the following is the best choice as a controller in MVC Model Architecture?

Java (right Answer)

Servlet

JavaScript

JSP

 

 

To provide global control of JSP we use following tag

<%@         %> (right Answer)

<%--        -%>

<%!          %>

<%=       %>

 

 

In JSP Instance variables and method are declared through following tag

<%@ %>

<%-- --%>

<%! %>(right Answer)

<%= %>

 

A cookie is a piece of ------- that a web server can store on a client's hard disk.

Text

Number

String (right Answer)

None of these

 


--
Zindagi mein 2 Logo ka buhat khayal rahkoooo

Ist woh jiss ney tumhari jeet ke Liye buhat kuch hara hoo (Father)

2nd woh jiss ko tum ney har dukh me pukaara hoo (Mother)

Regards, 
Umair Saulat

--
Please visit http://vusr.net for Old and Latest Papers, Assignments, Quiz and GDBs.
 
http://VUSR.net The ultimate VU Study Resource
 
You received this message because you are subscribed to the Google
Groups "VUSR" group.
 
 
To unsubscribe
vusr+unsubscribe@googlegroups.com
To Visit Group Home Page
http://groups.google.com/group/vusr?hl=en?hl=en

[VUSR] 65938 Papers & Books Library

Dear all users you can get all the past papers, solved papers and books from our LIBRARY
visit us at


No registration, No signup Required

--

VIRTUAL
RESOURCE AND STUDENTS HELP CENTER

A Community of OLD & Experienced VUIENz

For latest assignments, Quizzes, Mdbs, Projects, internship Reports & Better Help

You Will Find us the most Helpful Community ever

--
Please visit http://vusr.net for Old and Latest Papers, Assignments, Quiz and GDBs.
 
http://VUSR.net The ultimate VU Study Resource
 
You received this message because you are subscribed to the Google
Groups "VUSR" group.
 
 
To unsubscribe
vusr+unsubscribe@googlegroups.com
To Visit Group Home Page
http://groups.google.com/group/vusr?hl=en?hl=en

[~>VU-P!nD!<~] A Proud Muslim And Pakistani



 

A Brave Son Of Pakistan

 

Pakistan's character speaks louder than words all over the world.This is what the Muslim is,the west and their puppets are showing their own character on media and labeling it on Muslims,they are trying to malign Islam/Pakistan. All Muslims as a whole and Pakistanis in specific use your best energies to reinforce Muslim Ummah/Pakistan. This blog is meant for you to facilitate you to join in the MISSION by sharing the reality of Muslims/Pakistan with rest of the world and save your time too.Pakistan will remain shining as a SUN on the horizon and will work as a base camp for Muslim Ummah. Any one who will try to deprive Pakistan from this honorable status will soon become go into the dust bin of History and will be remembered as TRAITOR. Traitors to learn lesson from their elders,starting from Qabeel till date,nothing has changed,all characters remain same,its you and me to decide which role we like to play during our span of time.Ho Ga To Wohi Jo Allah Ki Chahet Hai.Let's fall back to our origin "the footsteps of Prophet(S)".Pakistan Zindabad.


A Proud Muslim And Pakistani

This is the potential with which the world is benefiting.Presently Pakistani citizens are giving worth while contribution all over the world,for which we all are proud may they live long. The concern in this regard has to dimensions,one at individual level and another at government level.The Pakistani citizens have always proved to be great Nationalists,they offer their skills free of cost or at times on a much lesser charges as compare to the multinational company but unfortunately on government side things are not very healthy. If the sons of ruling elite in spite being incompetent enjoy moral and material support to attain highest possible levels,why the skills/talent of these sons of soil is being wasted. As private sector is playing important role in education and other sectors,similarly rich sons of soil can take the lead in protecting the great asset of Pakistan. As we have failed to guard the brain drain western powers were there to avail the opportunity. As a result we lost moral edge,lost a great soldier and lost a complete skilled generation. Na Idher Udher Ki Too Baat Kr Yai Beta K Qaafla Kiyun Luta:
Mujhy Rahzeno Sy Gheraz Nahi Tairi Rahberi Ka Sewaal Hai

• Afraad K Haathon Main Hai Aqwaam Ki Teqdeer

· Everyone has right to live with dignity and honor, if anyone challenges this right is criminal. To deal with criminals has variety of formulas; the more sensible is to kill a snake without causing damage to ourselves. The most peaceful formula is to get united, identify the solution, prepare well and execute sensibly. For instance West is all out to insult and humiliate signs of Islam, challenging the sovereignty of Muslim countries, so now how to defend? Offensive is the best defense. Why to get kicked, arrested, humiliated by puppets in government, why cause damage to own assets, let's go for effective/aggressive counter offensive. All worried Pakistani Youth get united through facebook, settle on one point agenda that "What all west wants to enforce we all say no to it in our area of influence like these Buffalos". Hijab, music concerts, coeducation, family planning, beard, aimless TV Transmissions, undignified wedding behaviors, Islamic dress code, all Islamic Obligation. Just Transform into the lifestyle of Prophet(S).The revenge behavior should be seen massively on facebook, twitter, blogs, e.mails, education institutions, offices, marriages. I am sure if Muslim youth is sincere to Allah,they can surprise the world. Look what Sister Yvonnen Redly has done, trillions of western investment to destroy the Islam and Muslim image was washed away by her efforts. www.youtube.com/watch?feature=player_embedded&v=xFZrSPUoH3I.

 

Iz Ja Al Haqoo Wa Zehaakel Baatil

Ki Muhammad Sy Wefa Too Ny To Hum Tairy Hain: 

Yai Jehan Cheeze Hai Kia Loh-o-Qelum Tairy Hain

      

Quwet-e-Ishq  Sy  Hr  Pust  Ko  Bala  Kr  Dy:
Dehr Main Ism-e-Muhammad Say Ujala Kr Dy

 

Mera  Tareeq   Ameeri   Nahi    Faqeeri        Hai:

Khudi Na Baich Ghareebi Main Naam Paida Ker

 

The Man Is Known By The Company He Keeps

Leaders and commanders in countries, institutions and homes are honor /duty bound ethically socially, religiously and morally to put in their best to get their under command the best. The formula has been blessed to us by Allah who provided us the footsteps of Prophet(S). We need to have strong friendship with Prophet(S) and respect all the signs brought by him(S) and the most important of all is ,not to have friendship with his enemies, their culture and way of life. We must not be HIPOCRATES, Allah says "63.1. Tumharay pass jab munafiq aatay hain to kehtay hain kay hum iss baat kay gawah hain kay be-shak aap Allah kay rasool hain aur Allah janta hai yaqeenan aap uss kay rasool hain aur Allah gawahi deta hai kay yeh munafiq qata'an.

We need to remain United and do not allow enemy to create the DIVIDE of "enlightened Moderates and Extremist". 3.103. Allah Taalaa ki rassi ko mill ker sab mazbooti say thaam lo aur phoot na dalo aur Allah Taalaa ki uss waqt ki nemta ko yaad kero jab tum aik doosray kay dushman thay to uss ney tumharay dilon mein ulfat daal di. So let's make sure to remain in good company of slaves of Prophet(S).

 

Can We Be Graded As Ashraf-Ul-Makhlookaat


The animals are our best teachers, their life is full of lessons that teach us to remain vigilant in our behaviors and prove that we are not worse than ANIMALS. Protecting the life, assets, dignity and honor of our sons, daughters and country is the foremost obligation, which needs to be fulfilled at all cost. Living and dying has no importance, Faith necessitates action. The most shameless compromise on dignity and honor begins once Footsteps of Prophet(S) become least important in our life. Allah says that do you have doubt in my friendship? Then why you look for friendship with my enemies? Allah will soon ask about your deeds and no one can deceive him, everyone will have to face what all he/she had been doing. Hell fire is waiting for those who show arrogant behaviors towards Allah. This buffalo is a symbol of Pakistan Leadership; the cape is Pakistan and Lions as shameless as America trying to prove their strength to a lone Buffalo. So it's never too late, Allah love those who reconsider and ask for apology,

 

For Every Feron Musa(AS) Will Always Be There

 

Allah says about human beings as "Zaloomen Jahoola". After defeated / humiliated twice in Afghanistan, Yahood-o-Nasara did not learn lesson. After 9/11 they collected all kuffaar, Mushriqeen and Munafiqeen in Afghanistan with unprecedented high tech war machine. They started bombing innocent civilians instead fighting mujahideen, as a result Afghan Taliban responded by classical strategic withdrawal world has ever witnessed with their all war machine intact and world not in knowledge. All west media started celebrating victory, US give access to northern Alliance again in Kabul by once again betraying a trust worthy Pakistan and a puppet Karzai flown from US to play subservient role. Bush announces victory and since then today in September 2001 all US commanders and leaders are begging to negotiate with "TERRORIST" Taliban. The munafiqeen are hiding their faces and giving shameless excuses as they have left no stone unturned to humiliate religious community to make BUSH happy. As usual Munafiqeen are rewarded with humiliation and disgrace by their Masters, Their masters repeated the quote of their elders and said " Go to hell, you are not loyal with your mother how can you be loyal with us". 005.010 And they who disbelieve and deny Our revelations, such are rightful owners of hell(Almaida-10)


 

 






--
  

--
--
You received this message because you are subscribed to the Google
Groups "vupindi" group.
To post to this group, send email to vupindi@googlegroups.com
To unsubscribe from this group, send email to
vupindi+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vupindi?hl=en

Re: [discussion_vu] Intense love does not measure, it just gives.

plz tell me your full name


On Sun, May 13, 2012 at 6:15 AM, Mryyem <mryyem98@gmail.com> wrote:









I remember my mother's prayers and they have always followed me.  They have clung to me all my life







--
اللَّهُمَّ أَغْنِنِي بِالعِلْمِ ، وَزَيِّنِّي بِالحِلْمِ ، وَأَكْرِمْنِي بِالتَّقْوَى ، وَجَمِّلْنِي بِالعَافِيَةِ.
. آمين يا رب العالمين

--
You received this message because you are subscribed to the Google Groups "Virtual University of Pakistan" group.
To post to this group, send email to discussion_vu@googlegroups.com.
To unsubscribe from this group, send email to discussion_vu+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/discussion_vu?hl=en.

--
You received this message because you are subscribed to the Google Groups "Virtual University of Pakistan" group.
To post to this group, send email to discussion_vu@googlegroups.com.
To unsubscribe from this group, send email to discussion_vu+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/discussion_vu?hl=en.

Re: ..::VU-Pink::.. sta301 Quiz conference will be started at 1:30 pm

quizz conference kb hogi ? new time bta deyn plz and mjy process b bta dyn meny kbi nai use ki conferennce and now i have to attempt my own quizz through conference


plzzzzzzzzzzzzzz reply me soon

--
...:::Group Rules:::...
http://groups.google.com.pk/group/vu-pink/web/group-rules
^^^^^^
You received this message because you are subscribed to the Google
Groups "vu pink" group.
To post to this group, send email to vu-pink@googlegroups.com
To unsubscribe from this group, send email to
vu-pink+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com.pk/group/vu-pink?hl=en

..::VU-Pink::.. CS605 FINAL TERM 1 more collection



--
Home  l VU Cybarien l
Please Join us for 
iDea solutions of Assignments.
Solutions On Demand.
Please Join our google group ""cybarien-network@googlegroups.com"
Join our page on facebook, group on facebook
and channel on you tube for latest tutorials and other stuffs.
 
https://www.facebook.com/vucybariens

https://www.youtube.com/user/CYBARIENNETWORK

http://www.facebook.com/groups/vufanz/

 

Online Tutorials  of Different Courses Prepared by our team.
and many more
We are Concentrating on collecting Vu data and converting 
it into Mega and Giga Files for the ease of Students.
Finally You Guyz  Are Invited to Join us On :
You Can also download data without making account
by using testuser as id and testuser as password.
Use it Only for fair Purposes. Thanks.
Our Motto: No publicity, No earning, We are born to help others.

--
...:::Group Rules:::...
http://groups.google.com.pk/group/vu-pink/web/group-rules
^^^^^^
You received this message because you are subscribed to the Google
Groups "vu pink" group.
To post to this group, send email to vu-pink@googlegroups.com
To unsubscribe from this group, send email to
vu-pink+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com.pk/group/vu-pink?hl=en

Re: ..::VU-Pink::.. sta301 Quiz conference will be started at 1:30 pm

bacho ,,, ap sab logo ko mein quiz file kese du gi ... jab koi quiz confernce me ay ga e nai hain ????? kab hoti hai li8 bta do sare mein tab rkh leti confernce.. oke

On Thu, Jul 12, 2012 at 1:05 PM, aalia239 batool <aalia239@gmail.com> wrote:
 please there is li8 problem
so i can;t stay that time
please i will be greatful to u
if u sent me the quiz file or discussion chat

On Thu, Jul 12, 2012 at 12:19 PM, aalia239 batool <aalia239@gmail.com> wrote:
plzzzzzzzzzzzzzzzzzzzzzzz mujy b conference ke discuusion share krna plzzzzzzzzzzzzzzzzzzzzzzzzz mery phlay he boht km numbr hen


On Thu, Jul 12, 2012 at 12:02 PM, SONIA NAZ <sonianaz91@gmail.com> wrote:



but Date not mention....?

 
Plz koi aur time rkh lain, 1 bjay hmari lite nhi hoti 













Regards,
SONIA NAZ

--
...:::Group Rules:::...
http://groups.google.com.pk/group/vu-pink/web/group-rules
^^^^^^
You received this message because you are subscribed to the Google
Groups "vu pink" group.
To post to this group, send email to vu-pink@googlegroups.com
To unsubscribe from this group, send email to
vu-pink+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com.pk/group/vu-pink?hl=en


--
...:::Group Rules:::...
http://groups.google.com.pk/group/vu-pink/web/group-rules
^^^^^^
You received this message because you are subscribed to the Google
Groups "vu pink" group.
To post to this group, send email to vu-pink@googlegroups.com
To unsubscribe from this group, send email to
vu-pink+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com.pk/group/vu-pink?hl=en



--
Home  l VU Cybarien l
Please Join us for 
iDea solutions of Assignments.
Solutions On Demand.
Please Join our google group ""cybarien-network@googlegroups.com"
Join our page on facebook, group on facebook
and channel on you tube for latest tutorials and other stuffs.
 
https://www.facebook.com/vucybariens

https://www.youtube.com/user/CYBARIENNETWORK

http://www.facebook.com/groups/vufanz/

 

Online Tutorials  of Different Courses Prepared by our team.
and many more
We are Concentrating on collecting Vu data and converting 
it into Mega and Giga Files for the ease of Students.
Finally You Guyz  Are Invited to Join us On :
You Can also download data without making account
by using demooo as id and demooo as password.
Use it Only for fair Purposes. Thanks.
Our Motto: No publicity, No earning, We are born to help others.

--
...:::Group Rules:::...
http://groups.google.com.pk/group/vu-pink/web/group-rules
^^^^^^
You received this message because you are subscribed to the Google
Groups "vu pink" group.
To post to this group, send email to vu-pink@googlegroups.com
To unsubscribe from this group, send email to
vu-pink+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com.pk/group/vu-pink?hl=en