क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

JEE मेन्स 2026 सेशन 2 रिजल्ट जारी:NTA ने टॉप-स्कोरर्स लिस्ट जारी की, केरल से 5 टॉपर, 71,423 कैंडिडेट्स ने एग्जाम दिया

On: मई 6, 2026 1:15 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

नेशनल टेस्टिंग एजेंसी यानी NTA ने 5 मई को JEE मेन्स 2026 पेपर 2 का रिजल्ट जारी किया है। रिजल्ट के साथ ही NTA ने टॉप परफॉर्मर्स की लिस्ट भी जारी की है। JEE मेन्स सेशन 2 में केरल के 3 और उत्तर प्रदेश के 1 कैंडिडेट ने 100 पर्सेंटाइल स्कोर किया है। BArch पेपर में केरल के मीरा कृष्णा आर.एस. और सूर्यतेजस एस. ने 100 पर्सेंटाइल स्कोर किया। BPlanning पेपर में केरल से गौरी शंकर वी. और उत्तर प्रदेश से सार्थक अग्रवाल ने 100 पर्सेंटाइल स्कोर किया है। BArch और BPlanning के टॉप 10 स्कोरर्स केरल की मीरा कृष्णा पेपर 2A और 2B दोनों में टॉप 10 में केरल से 2A और 2B में ओवरऑल टॉप 20 में 5 केरल से हैं। दोनों पेपर में केरल से 3-3 टॉपर हैं। केरल की मीरा कृष्णा आर. सेशन 2 के पेपर 2A और 2B , दोनों में टॉप 10 में टॉप 10 में हैं। 1,00,913 कैंडिडेट्स ने रजिस्ट्रेशन किया था JEE मेन्स 2026 पेपर 2 के लिए 1,00,913 कैंडिडेट्स ने रजिस्टर किया था। इनमें से 71,423 एग्जाम के लिए पहुंचे थे। 7 अप्रैल को सेशन 2 के लिए एग्जाम हुआ था। NTA ने 4 मई को JEE मेन सेशन 2 के लिए फाइनल आंसर की रिलीज की थी। अब 5 मई को रिजल्ट जारी किया है। कैंडिडेट्स अपना रिजल्ट JEE मेन्स की ऑफिशियल वेबसाइट jeemain.nta.nic.in पर देख सकते हैं। रिजल्ट चेक करने के लिए- आर्किटेक्चर और प्लानिंग के लिए होता है पेपर 2 एग्जाम JEE Main पेपर 2 (पेपर 2A और 2B) बैचलर ऑफ आर्किटेक्चर यानी B.Arch और बैचलर ऑफ प्लानिंग यानी B.Plan कोर्सेज में दाखिले के लिए होता है।

Join WhatsApp

Join Now

Join Telegram

Join Now

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });