Home > Interview Questions > C#.NET > How do you check whether the browser supports java or not using C#.NET?

How do you check whether the browser supports java or not using C#.NET?

by Narain_Siddharth   on Dec 25, 2011   Category: C#.NET   |  Level: Beginner   |  Views: 62    |  Points: 25     |  Silver 



see the below c# code to check whether the browser supports java or not

bool blJavaSuprt = Request.Browser.JavaApplets;
Response.Write(blJavaSuprt.ToString());

Like this question? Bookmark and Share:


  « Previous Question  |  Next Question »

  User Responses | Post .Net Interview Question
No Response found!
Submit feedback about this Interview Question
Please sign in to post feedback