menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Activity
Questions
Unanswered
Tags
Subjects
Users
Ask
Prev
Blogs
New Blog
Exams
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
JEST 2021 registrations are open
TIFR GS-2021 Online Application portal
IIT Jodhpur Mtech AI - Interview Expierence (Summer Admission)
Interview experience at IIT Tirupati for MS program winter admission
IITH CSE interview M Tech RA Winter admission 2021
Subjects
All categories
General Aptitude
(2.1k)
Engineering Mathematics
(8.5k)
Digital Logic
(3k)
Programming and DS
(5.1k)
Algorithms
(4.5k)
Theory of Computation
(6.3k)
Compiler Design
(2.2k)
Operating System
(4.7k)
Databases
(4.3k)
CO and Architecture
(3.5k)
Computer Networks
(4.3k)
Non GATE
(1.2k)
Others
(1.3k)
Admissions
(595)
Exam Queries
(838)
Tier 1 Placement Questions
(16)
Job Queries
(71)
Projects
(19)
Unknown Category
(1.1k)
Recent Blog Comments
seems like you really enjoyed the process.......
I wrote an email to IISC regarding JEST 2021 but...
B.Tech students are eligible only for Integrated...
I tried calling IISC Admission Dept, but they...
Mock 2 are live now.
Network Sites
GO Mechanical
GO Electrical
GO Electronics
GO Civil
CSE Doubts
Recent posts tagged notes
1
Confused with NULL's?
Found this note quite useful in clearing my doubts with NULL. Hope this may help you! http://www-cs-students.stanford.edu/~wlam/compsci/sqlnulls
B is False. If it were a preemptive scheduling then there would have been a transition from Running state to Ready state.
posted
Jan 28, 2019
in
Databases
Ashish Goyal
501
views
sql-null-behavior
notes
2
Discussion for GATE 2019
Decidability Slides, Parsing Notes and Pipelining Slides/Video have been added. Adding all the previous Notes which I have made for GATE CSE here: TOC: Decidability Slides https://gatecse.in/closure-property-of-language-families/ https:// ... 2016 Part 1 2016 Part 2 Operating Systems Multi-level Paging Previous discussions: https://gatecse.in/operating-systems-discussion/
yes. Exactly. But a main correction. Then L "MAY BE" regular. Otherwise L is not regular. Because, if pumping lemma is not obeyed, language is not regular. But if the language satisfies pumping lemma, that doesn't mean language is regular.
posted
Jan 12, 2019
in
Study Materials
Arjun
7,071
views
notes
discussions
3
Parsing Notes
Viable Prefix and Handles https://gatecse.in/lr-parsing-part-2-language-of-ll-and-lr-grammars/ https://gatecse.in/lr-parsing-part-3-lr0-items-and-lr0-parsing/ https://gatecse.in/lr-parsing-part-4-slr-clr-lalr-and-summary/
Yes u are correct it should be D damm my java concepts are broken :(( here is a code class g{ void he(){ System.out.println("g"); } } class h extends g{ void he(){ System.out.println("h"); } } public class Nitin{ public static void main(String args[]) { h obj = new h(); ((g)obj).he(); ((g)new h()).he(); } OUTPUT: h h
posted
Jan 2, 2019
in
Compiler Design
Arjun
1,455
views
compiler-design
parsing
notes
To see more, click for the
full list of questions
or
popular tags
.
...